xref: /OK3568_Linux_fs/kernel/drivers/thermal/st/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# STMicroelectronics thermal drivers configuration
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig ST_THERMAL
7*4882a593Smuzhiyun	tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Support for thermal sensors on STMicroelectronics STi series of SoCs.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig ST_THERMAL_SYSCFG
12*4882a593Smuzhiyun	select ST_THERMAL
13*4882a593Smuzhiyun	tristate "STi series syscfg register access based thermal sensors"
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunconfig ST_THERMAL_MEMMAP
16*4882a593Smuzhiyun	select ST_THERMAL
17*4882a593Smuzhiyun	tristate "STi series memory mapped access based thermal sensors"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig STM32_THERMAL
20*4882a593Smuzhiyun	tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
21*4882a593Smuzhiyun	depends on MACH_STM32MP157
22*4882a593Smuzhiyun	default y
23*4882a593Smuzhiyun	help
24*4882a593Smuzhiyun	  Support for thermal framework on STMicroelectronics STM32 series of
25*4882a593Smuzhiyun	  SoCs. This thermal driver allows to access to general thermal framework
26*4882a593Smuzhiyun	  functionalities and to access to SoC sensor functionalities. This
27*4882a593Smuzhiyun	  configuration is fully dependent of MACH_STM32MP157.
28