summaryrefslogtreecommitdiff
path: root/drivers/thermal/st/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-06-05 16:06:57 +0100
committerZhang Rui <rui.zhang@intel.com>2014-07-15 22:06:57 +0800
commit6ea95b50dd2ed206dbaac25202f2e11076c2c8c4 (patch)
treed1221373becb05973919ae01a30f6085a534c06d /drivers/thermal/st/Kconfig
parent186bf54932f9d8fe575b04f4558de19e8a17aa93 (diff)
thermal: sti: Add support for ST's Memory Mapped based Thermal controller
This is the traditional way of obtaining a device driver's register address space. The aim of this driver is to supply controller specific information to the ST Thermal Core. Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/st/Kconfig')
-rw-r--r--drivers/thermal/st/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig
index d7b6e0314b86..490fdbe22eea 100644
--- a/drivers/thermal/st/Kconfig
+++ b/drivers/thermal/st/Kconfig
@@ -6,3 +6,7 @@ config ST_THERMAL
config ST_THERMAL_SYSCFG
select ST_THERMAL
tristate "STi series syscfg register access based thermal sensors"
+
+config ST_THERMAL_MEMMAP
+ select ST_THERMAL
+ tristate "STi series memory mapped access based thermal sensors"