xref: /linux/drivers/thermal/st/Kconfig (revision f3539c12d8196ce0a1993364d30b3a18908470d1)
1config ST_THERMAL
2       tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
3       help
4         Support for thermal sensors on STMicroelectronics STi series of SoCs.
5
6config ST_THERMAL_SYSCFG
7	select ST_THERMAL
8	tristate "STi series syscfg register access based thermal sensors"
9
10config ST_THERMAL_MEMMAP
11	select ST_THERMAL
12	tristate "STi series memory mapped access based thermal sensors"
13