xref: /openbmc/linux/drivers/thermal/st/Kconfig (revision 6d99a79c)
1#
2# STMicroelectronics thermal drivers configuration
3#
4
5config ST_THERMAL
6       tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
7       help
8         Support for thermal sensors on STMicroelectronics STi series of SoCs.
9
10config ST_THERMAL_SYSCFG
11	select ST_THERMAL
12	tristate "STi series syscfg register access based thermal sensors"
13
14config ST_THERMAL_MEMMAP
15	select ST_THERMAL
16	tristate "STi series memory mapped access based thermal sensors"
17
18config STM32_THERMAL
19       tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
20       depends on MACH_STM32MP157
21       default y
22       help
23	Support for thermal framework on STMicroelectronics STM32 series of
24	SoCs. This thermal driver allows to access to general thermal framework
25	functionalities and to acces to SoC sensor functionalities. This
26	configuration is fully dependent of MACH_STM32MP157.
27