brintos

brintos / linux-shallow public Read only

0
0
Text · 792 B · ecbdf4e Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# STMicroelectronics thermal drivers configuration4#5 6config ST_THERMAL7	tristate "Thermal sensors on STMicroelectronics STi series of SoCs"8	help9	  Support for thermal sensors on STMicroelectronics STi series of SoCs.10 11config ST_THERMAL_MEMMAP12	select ST_THERMAL13	tristate "STi series memory mapped access based thermal sensors"14 15config STM32_THERMAL16	tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"17	depends on MACH_STM32MP15718	default y19	help20	  Support for thermal framework on STMicroelectronics STM32 series of21	  SoCs. This thermal driver allows to access to general thermal framework22	  functionalities and to access to SoC sensor functionalities. This23	  configuration is fully dependent of MACH_STM32MP157.24