diff options
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index e4cf7fbc3a59..5070fbee24ef 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -101,6 +101,14 @@ config RCAR_THERMAL | |||
101 | Enable this to plug the R-Car thermal sensor driver into the Linux | 101 | Enable this to plug the R-Car thermal sensor driver into the Linux |
102 | thermal framework | 102 | thermal framework |
103 | 103 | ||
104 | config KIRKWOOD_THERMAL | ||
105 | tristate "Temperature sensor on Marvell Kirkwood SoCs" | ||
106 | depends on ARCH_KIRKWOOD | ||
107 | depends on OF | ||
108 | help | ||
109 | Support for the Kirkwood thermal sensor driver into the Linux thermal | ||
110 | framework. Only kirkwood 88F6282 and 88F6283 have this sensor. | ||
111 | |||
104 | config EXYNOS_THERMAL | 112 | config EXYNOS_THERMAL |
105 | tristate "Temperature sensor on Samsung EXYNOS" | 113 | tristate "Temperature sensor on Samsung EXYNOS" |
106 | depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) | 114 | depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) |