0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # STMicroelectronics thermal drivers configuration
0004 #
0005
0006 config ST_THERMAL
0007 tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
0008 help
0009 Support for thermal sensors on STMicroelectronics STi series of SoCs.
0010
0011 config ST_THERMAL_SYSCFG
0012 select ST_THERMAL
0013 tristate "STi series syscfg register access based thermal sensors"
0014
0015 config ST_THERMAL_MEMMAP
0016 select ST_THERMAL
0017 tristate "STi series memory mapped access based thermal sensors"
0018
0019 config STM32_THERMAL
0020 tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
0021 depends on MACH_STM32MP157
0022 default y
0023 help
0024 Support for thermal framework on STMicroelectronics STM32 series of
0025 SoCs. This thermal driver allows to access to general thermal framework
0026 functionalities and to access to SoC sensor functionalities. This
0027 configuration is fully dependent of MACH_STM32MP157.