diff options
Diffstat (limited to 'drivers/thermal/samsung/Kconfig')
-rw-r--r-- | drivers/thermal/samsung/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig new file mode 100644 index 000000000000..f760389a204c --- /dev/null +++ b/drivers/thermal/samsung/Kconfig | |||
@@ -0,0 +1,18 @@ | |||
1 | config EXYNOS_THERMAL | ||
2 | tristate "Exynos thermal management unit driver" | ||
3 | depends on ARCH_HAS_BANDGAP && OF | ||
4 | help | ||
5 | If you say yes here you get support for the TMU (Thermal Management | ||
6 | Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises | ||
7 | the TMU, reports temperature and handles cooling action if defined. | ||
8 | This driver uses the Exynos core thermal APIs and TMU configuration | ||
9 | data from the supported SoCs. | ||
10 | |||
11 | config EXYNOS_THERMAL_CORE | ||
12 | bool "Core thermal framework support for EXYNOS SOCs" | ||
13 | depends on EXYNOS_THERMAL | ||
14 | help | ||
15 | If you say yes here you get support for EXYNOS TMU | ||
16 | (Thermal Management Unit) common registration/unregistration | ||
17 | functions to the core thermal layer and also to use the generic | ||
18 | CPU cooling APIs. | ||