summaryrefslogtreecommitdiff
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 2d702ca6556f..d449cf84ff85 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -204,6 +204,18 @@ config SPEAR_THERMAL
Enable this to plug the SPEAr thermal sensor driver into the Linux
thermal framework.
+config SUN9I_THERMAL
+ tristate "SUN9I thermal sensor driver"
+ depends on MACH_SUN9I
+ depends on HAS_IOMEM
+ depends on OF
+ help
+ Enable this to support the thermal sensor controller found in the
+ sun9i (A80) and sun50i (A64). The specifics of each controller
+ (i.e. number of sensors and conversion function) can be configured
+ through the device-tree. Cpufreq is used as the cooling device and
+ will throttle CPUs when the temperature crosses the passive trip point.
+
config ROCKCHIP_THERMAL
tristate "Rockchip thermal driver"
depends on ARCH_ROCKCHIP || COMPILE_TEST