xref: /linux/drivers/thermal/ti-soc-thermal/Kconfig (revision 41ae3c02743e8f1f21ceebca614342d26b4eb080)
1eb982001SEduardo Valentinconfig TI_SOC_THERMAL
2eb982001SEduardo Valentin	tristate "Texas Instruments SoCs temperature sensor driver"
3eb982001SEduardo Valentin	depends on THERMAL
4*41ae3c02SEduardo Valentin	depends on ARCH_HAS_BANDGAP || COMPILE_TEST
5eb982001SEduardo Valentin	help
6eb982001SEduardo Valentin	  If you say yes here you get support for the Texas Instruments
7eb982001SEduardo Valentin	  OMAP4460+ on die bandgap temperature sensor support. The register
8eb982001SEduardo Valentin	  set is part of system control module.
9eb982001SEduardo Valentin
10eb982001SEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
11eb982001SEduardo Valentin	  support.
12eb982001SEduardo Valentin
13eb982001SEduardo Valentinconfig TI_THERMAL
14eb982001SEduardo Valentin	bool "Texas Instruments SoCs thermal framework support"
15eb982001SEduardo Valentin	depends on TI_SOC_THERMAL
16eb982001SEduardo Valentin	depends on CPU_THERMAL
17eb982001SEduardo Valentin	help
18eb982001SEduardo Valentin	  If you say yes here you want to get support for generic thermal
19eb982001SEduardo Valentin	  framework for the Texas Instruments on die bandgap temperature sensor.
20eb982001SEduardo Valentin
21eb982001SEduardo Valentin	  This includes trip points definitions, extrapolation rules and
22eb982001SEduardo Valentin	  CPU cooling device bindings.
23eb982001SEduardo Valentin
24eb982001SEduardo Valentinconfig OMAP4_THERMAL
25eb982001SEduardo Valentin	bool "Texas Instruments OMAP4 thermal support"
26eb982001SEduardo Valentin	depends on TI_SOC_THERMAL
27*41ae3c02SEduardo Valentin	depends on ARCH_OMAP4 || COMPILE_TEST
28eb982001SEduardo Valentin	help
29eb982001SEduardo Valentin	  If you say yes here you get thermal support for the Texas Instruments
30eb982001SEduardo Valentin	  OMAP4 SoC family. The current chip supported are:
31eb982001SEduardo Valentin	   - OMAP4430
32eb982001SEduardo Valentin	   - OMAP4460
33eb982001SEduardo Valentin	   - OMAP4470
34eb982001SEduardo Valentin
35eb982001SEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
36eb982001SEduardo Valentin	  support.
37eb982001SEduardo Valentin
38eb982001SEduardo Valentinconfig OMAP5_THERMAL
39eb982001SEduardo Valentin	bool "Texas Instruments OMAP5 thermal support"
40eb982001SEduardo Valentin	depends on TI_SOC_THERMAL
41*41ae3c02SEduardo Valentin	depends on SOC_OMAP5 || COMPILE_TEST
42eb982001SEduardo Valentin	help
43eb982001SEduardo Valentin	  If you say yes here you get thermal support for the Texas Instruments
44eb982001SEduardo Valentin	  OMAP5 SoC family. The current chip supported are:
45eb982001SEduardo Valentin	   - OMAP5430
46eb982001SEduardo Valentin
47eb982001SEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
48eb982001SEduardo Valentin	  support.
498926fa4fSEduardo Valentin
508926fa4fSEduardo Valentinconfig DRA752_THERMAL
518926fa4fSEduardo Valentin	bool "Texas Instruments DRA752 thermal support"
528926fa4fSEduardo Valentin	depends on TI_SOC_THERMAL
53*41ae3c02SEduardo Valentin	depends on SOC_DRA7XX || COMPILE_TEST
548926fa4fSEduardo Valentin	help
558926fa4fSEduardo Valentin	  If you say yes here you get thermal support for the Texas Instruments
568926fa4fSEduardo Valentin	  DRA752 SoC family. The current chip supported are:
578926fa4fSEduardo Valentin	   - DRA752
588926fa4fSEduardo Valentin
598926fa4fSEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
608926fa4fSEduardo Valentin	  support.
61