18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig TI_SOC_THERMAL
38c2ecf20Sopenharmony_ci	tristate "Texas Instruments SoCs temperature sensor driver"
48c2ecf20Sopenharmony_ci	help
58c2ecf20Sopenharmony_ci	  If you say yes here you get support for the Texas Instruments
68c2ecf20Sopenharmony_ci	  OMAP4460+ on die bandgap temperature sensor support. The register
78c2ecf20Sopenharmony_ci	  set is part of system control module.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci	  This includes alert interrupts generation and also the TSHUT
108c2ecf20Sopenharmony_ci	  support.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciconfig TI_THERMAL
138c2ecf20Sopenharmony_ci	bool "Texas Instruments SoCs thermal framework support"
148c2ecf20Sopenharmony_ci	depends on TI_SOC_THERMAL
158c2ecf20Sopenharmony_ci	help
168c2ecf20Sopenharmony_ci	  If you say yes here you want to get support for generic thermal
178c2ecf20Sopenharmony_ci	  framework for the Texas Instruments on die bandgap temperature sensor.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci	  This includes trip points definitions, extrapolation rules and
208c2ecf20Sopenharmony_ci	  CPU cooling device bindings.
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciconfig OMAP3_THERMAL
238c2ecf20Sopenharmony_ci	bool "Texas Instruments OMAP3 thermal support"
248c2ecf20Sopenharmony_ci	depends on TI_SOC_THERMAL
258c2ecf20Sopenharmony_ci	depends on ARCH_OMAP3 || COMPILE_TEST
268c2ecf20Sopenharmony_ci	help
278c2ecf20Sopenharmony_ci	  If you say yes here you get thermal support for the Texas Instruments
288c2ecf20Sopenharmony_ci	  OMAP3 SoC family. The current chips supported are:
298c2ecf20Sopenharmony_ci	   - OMAP3430
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ci	  OMAP3 chips normally don't need thermal management, and sensors in
328c2ecf20Sopenharmony_ci	  this generation are not accurate, nor they are very close to
338c2ecf20Sopenharmony_ci	  the important hotspots.
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ci	  Say 'N' here.
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ciconfig OMAP4_THERMAL
388c2ecf20Sopenharmony_ci	bool "Texas Instruments OMAP4 thermal support"
398c2ecf20Sopenharmony_ci	depends on TI_SOC_THERMAL
408c2ecf20Sopenharmony_ci	depends on ARCH_OMAP4 || COMPILE_TEST
418c2ecf20Sopenharmony_ci	help
428c2ecf20Sopenharmony_ci	  If you say yes here you get thermal support for the Texas Instruments
438c2ecf20Sopenharmony_ci	  OMAP4 SoC family. The current chip supported are:
448c2ecf20Sopenharmony_ci	   - OMAP4430
458c2ecf20Sopenharmony_ci	   - OMAP4460
468c2ecf20Sopenharmony_ci	   - OMAP4470
478c2ecf20Sopenharmony_ci
488c2ecf20Sopenharmony_ci	  This includes alert interrupts generation and also the TSHUT
498c2ecf20Sopenharmony_ci	  support.
508c2ecf20Sopenharmony_ci
518c2ecf20Sopenharmony_ciconfig OMAP5_THERMAL
528c2ecf20Sopenharmony_ci	bool "Texas Instruments OMAP5 thermal support"
538c2ecf20Sopenharmony_ci	depends on TI_SOC_THERMAL
548c2ecf20Sopenharmony_ci	depends on SOC_OMAP5 || COMPILE_TEST
558c2ecf20Sopenharmony_ci	help
568c2ecf20Sopenharmony_ci	  If you say yes here you get thermal support for the Texas Instruments
578c2ecf20Sopenharmony_ci	  OMAP5 SoC family. The current chip supported are:
588c2ecf20Sopenharmony_ci	   - OMAP5430
598c2ecf20Sopenharmony_ci
608c2ecf20Sopenharmony_ci	  This includes alert interrupts generation and also the TSHUT
618c2ecf20Sopenharmony_ci	  support.
628c2ecf20Sopenharmony_ci
638c2ecf20Sopenharmony_ciconfig DRA752_THERMAL
648c2ecf20Sopenharmony_ci	bool "Texas Instruments DRA752 thermal support"
658c2ecf20Sopenharmony_ci	depends on TI_SOC_THERMAL
668c2ecf20Sopenharmony_ci	depends on SOC_DRA7XX || COMPILE_TEST
678c2ecf20Sopenharmony_ci	help
688c2ecf20Sopenharmony_ci	  If you say yes here you get thermal support for the Texas Instruments
698c2ecf20Sopenharmony_ci	  DRA752 SoC family. The current chip supported are:
708c2ecf20Sopenharmony_ci	   - DRA752
718c2ecf20Sopenharmony_ci
728c2ecf20Sopenharmony_ci	  This includes alert interrupts generation and also the TSHUT
738c2ecf20Sopenharmony_ci	  support.
74