diff options
Diffstat (limited to 'drivers/thermal/st/Kconfig')
-rw-r--r-- | drivers/thermal/st/Kconfig | 4 |
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" |