diff options
Diffstat (limited to 'kernel/drivers/thermal/st/Kconfig')
-rw-r--r-- | kernel/drivers/thermal/st/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/drivers/thermal/st/Kconfig b/kernel/drivers/thermal/st/Kconfig new file mode 100644 index 000000000..490fdbe22 --- /dev/null +++ b/kernel/drivers/thermal/st/Kconfig @@ -0,0 +1,12 @@ +config ST_THERMAL + tristate "Thermal sensors on STMicroelectronics STi series of SoCs" + help + Support for thermal sensors on STMicroelectronics STi series of SoCs. + +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" |