blob: 58ece381956b927075998c16e63d7d54c5d906ee [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
David HERNANDEZ SANCHEZ1d693152018-10-05 10:08:46 +00002#
3# STMicroelectronics thermal drivers configuration
4#
5
Lee Jones60aef7c2014-06-05 16:06:55 +01006config ST_THERMAL
Enrico Weigelt, metux IT consult0f54aa52019-03-06 23:05:24 +01007 tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
8 help
9 Support for thermal sensors on STMicroelectronics STi series of SoCs.
Lee Jones186bf542014-06-05 16:06:56 +010010
11config ST_THERMAL_SYSCFG
12 select ST_THERMAL
13 tristate "STi series syscfg register access based thermal sensors"
Lee Jones6ea95b52014-06-05 16:06:57 +010014
15config ST_THERMAL_MEMMAP
16 select ST_THERMAL
17 tristate "STi series memory mapped access based thermal sensors"
David HERNANDEZ SANCHEZ1d693152018-10-05 10:08:46 +000018
19config STM32_THERMAL
Enrico Weigelt, metux IT consult0f54aa52019-03-06 23:05:24 +010020 tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
21 depends on MACH_STM32MP157
22 default y
23 help
24 Support for thermal framework on STMicroelectronics STM32 series of
25 SoCs. This thermal driver allows to access to general thermal framework
Colin Ian Kingc071cde2020-08-10 09:27:39 +010026 functionalities and to access to SoC sensor functionalities. This
Enrico Weigelt, metux IT consult0f54aa52019-03-06 23:05:24 +010027 configuration is fully dependent of MACH_STM32MP157.