From 6ea95b50dd2ed206dbaac25202f2e11076c2c8c4 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Thu, 5 Jun 2014 16:06:57 +0100 Subject: 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 Signed-off-by: Lee Jones Signed-off-by: Zhang Rui --- drivers/thermal/st/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/thermal/st/Kconfig') 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" -- cgit v1.2.3