]> Git Repo - linux.git/blob - drivers/thermal/st/Kconfig
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / thermal / st / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # STMicroelectronics thermal drivers configuration
4 #
5
6 config ST_THERMAL
7         tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
8         help
9           Support for thermal sensors on STMicroelectronics STi series of SoCs.
10
11 config ST_THERMAL_MEMMAP
12         select ST_THERMAL
13         tristate "STi series memory mapped access based thermal sensors"
14
15 config STM32_THERMAL
16         tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
17         depends on MACH_STM32MP157
18         default y
19         help
20           Support for thermal framework on STMicroelectronics STM32 series of
21           SoCs. This thermal driver allows to access to general thermal framework
22           functionalities and to access to SoC sensor functionalities. This
23           configuration is fully dependent of MACH_STM32MP157.
This page took 0.037593 seconds and 4 git commands to generate.