# SPDX-License-Identifier: GPL-2.0-only # # STMicroelectronics thermal drivers configuration # config [31mCONFIG_ST_THERMAL[0m tristate "Thermal sensors on STMicroelectronics STi series of SoCs" help Support for thermal sensors on STMicroelectronics STi series of SoCs. config [31mCONFIG_ST_THERMAL_SYSCFG[0m select [31mCONFIG_ST_THERMAL[0m tristate "STi series syscfg register access based thermal sensors" config [31mCONFIG_ST_THERMAL_MEMMAP[0m select [31mCONFIG_ST_THERMAL[0m tristate "STi series memory mapped access based thermal sensors" config [31mCONFIG_STM32_THERMAL[0m tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs" depends on [31mCONFIG_MACH_STM32MP157[0m default y help Support for thermal framework on STMicroelectronics STM32 series of SoCs. This thermal driver allows to access to general thermal framework functionalities and to acces to SoC sensor functionalities. This configuration is fully dependent of [31mCONFIG_MACH_STM32MP157[0m. |