brintos

brintos / linux-shallow public Read only

0
0
Text · 2.3 KiB · 683a702 Raw
74 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config TI_SOC_THERMAL3	tristate "Texas Instruments SoCs temperature sensor driver"4	help5	  If you say yes here you get support for the Texas Instruments6	  OMAP4460+ on die bandgap temperature sensor support. The register7	  set is part of system control module.8 9	  This includes alert interrupts generation and also the TSHUT10	  support.11 12config TI_THERMAL13	bool "Texas Instruments SoCs thermal framework support"14	depends on TI_SOC_THERMAL15	help16	  If you say yes here you want to get support for generic thermal17	  framework for the Texas Instruments on die bandgap temperature sensor.18 19	  This includes trip points definitions, extrapolation rules and20	  CPU cooling device bindings.21 22config OMAP3_THERMAL23	bool "Texas Instruments OMAP3 thermal support"24	depends on TI_SOC_THERMAL25	depends on ARCH_OMAP3 || COMPILE_TEST26	help27	  If you say yes here you get thermal support for the Texas Instruments28	  OMAP3 SoC family. The current chips supported are:29	   - OMAP343030 31	  OMAP3 chips normally don't need thermal management, and sensors in32	  this generation are not accurate, nor they are very close to33	  the important hotspots.34 35	  Say 'N' here.36 37config OMAP4_THERMAL38	bool "Texas Instruments OMAP4 thermal support"39	depends on TI_SOC_THERMAL40	depends on ARCH_OMAP4 || COMPILE_TEST41	help42	  If you say yes here you get thermal support for the Texas Instruments43	  OMAP4 SoC family. The current chip supported are:44	   - OMAP443045	   - OMAP446046	   - OMAP447047 48	  This includes alert interrupts generation and also the TSHUT49	  support.50 51config OMAP5_THERMAL52	bool "Texas Instruments OMAP5 thermal support"53	depends on TI_SOC_THERMAL54	depends on SOC_OMAP5 || COMPILE_TEST55	help56	  If you say yes here you get thermal support for the Texas Instruments57	  OMAP5 SoC family. The current chip supported are:58	   - OMAP543059 60	  This includes alert interrupts generation and also the TSHUT61	  support.62 63config DRA752_THERMAL64	bool "Texas Instruments DRA752 thermal support"65	depends on TI_SOC_THERMAL66	depends on SOC_DRA7XX || COMPILE_TEST67	help68	  If you say yes here you get thermal support for the Texas Instruments69	  DRA752 SoC family. The current chip supported are:70	   - DRA75271 72	  This includes alert interrupts generation and also the TSHUT73	  support.74