Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
[linux-2.6-microblaze.git] / drivers / thermal / st / Kconfig
1 #
2 # STMicroelectronics thermal drivers configuration
3 #
4
5 config 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
10 config ST_THERMAL_SYSCFG
11         select ST_THERMAL
12         tristate "STi series syscfg register access based thermal sensors"
13
14 config ST_THERMAL_MEMMAP
15         select ST_THERMAL
16         tristate "STi series memory mapped access based thermal sensors"
17
18 config 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.