1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21d693155SDavid HERNANDEZ SANCHEZ# 31d693155SDavid HERNANDEZ SANCHEZ# STMicroelectronics thermal drivers configuration 41d693155SDavid HERNANDEZ SANCHEZ# 51d693155SDavid HERNANDEZ SANCHEZ 660aef7ceSLee Jonesconfig ST_THERMAL 760aef7ceSLee Jones tristate "Thermal sensors on STMicroelectronics STi series of SoCs" 860aef7ceSLee Jones help 960aef7ceSLee Jones Support for thermal sensors on STMicroelectronics STi series of SoCs. 10186bf549SLee Jones 11186bf549SLee Jonesconfig ST_THERMAL_SYSCFG 12186bf549SLee Jones select ST_THERMAL 13186bf549SLee Jones tristate "STi series syscfg register access based thermal sensors" 146ea95b50SLee Jones 156ea95b50SLee Jonesconfig ST_THERMAL_MEMMAP 166ea95b50SLee Jones select ST_THERMAL 176ea95b50SLee Jones tristate "STi series memory mapped access based thermal sensors" 181d693155SDavid HERNANDEZ SANCHEZ 191d693155SDavid HERNANDEZ SANCHEZconfig STM32_THERMAL 201d693155SDavid HERNANDEZ SANCHEZ tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs" 211d693155SDavid HERNANDEZ SANCHEZ depends on MACH_STM32MP157 221d693155SDavid HERNANDEZ SANCHEZ default y 231d693155SDavid HERNANDEZ SANCHEZ help 241d693155SDavid HERNANDEZ SANCHEZ Support for thermal framework on STMicroelectronics STM32 series of 251d693155SDavid HERNANDEZ SANCHEZ SoCs. This thermal driver allows to access to general thermal framework 261d693155SDavid HERNANDEZ SANCHEZ functionalities and to acces to SoC sensor functionalities. This 271d693155SDavid HERNANDEZ SANCHEZ configuration is fully dependent of MACH_STM32MP157. 28