summaryrefslogtreecommitdiff
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-06-05 16:06:55 +0100
committerZhang Rui <rui.zhang@intel.com>2014-07-15 22:01:22 +0800
commit60aef7ce455653f9cc57337fac807e80c65f75cb (patch)
treec2eaeca04d9725e8ccb0d2f6ebd6b05d8f3aa2ad /drivers/thermal/Kconfig
parenta563591243889d85159744cd594aadb1807d3c83 (diff)
thermal: sti: Introduce ST Thermal core code
This core is shared by both ST's 'memory mapped' and 'system configuration register' based Thermal controllers. Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index f9a13867cb70..57240f5f3d59 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -243,4 +243,9 @@ depends on ARCH_EXYNOS
source "drivers/thermal/samsung/Kconfig"
endmenu
+menu "STMicroelectronics thermal drivers"
+depends on ARCH_STI && OF
+source "drivers/thermal/st/Kconfig"
+endmenu
+
endif