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