blob: ea8283f08aa68020cf3f7e5c7e7927d2be5b8b84 [file] [log] [blame]
Eduardo Valentin097ca6a2013-03-19 10:54:20 -04001config TI_SOC_THERMAL
2 tristate "Texas Instruments SoCs temperature sensor driver"
Eduardo Valentin8feaf0ce2012-07-12 19:02:29 +03003 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.
Eduardo Valentin445eaf82012-07-12 19:02:30 +030010
Eduardo Valentin097ca6a2013-03-19 10:54:20 -040011config TI_THERMAL
12 bool "Texas Instruments SoCs thermal framework support"
13 depends on TI_SOC_THERMAL
Eduardo Valentin445eaf82012-07-12 19:02:30 +030014 depends on CPU_THERMAL
15 help
16 If you say yes here you want to get support for generic thermal
Eduardo Valentin7372add2013-03-19 10:54:19 -040017 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.
Eduardo Valentin1a312702012-07-12 19:02:31 +030021
Pavel Machek9c5c87e2015-04-02 16:49:07 +020022config OMAP3_THERMAL
23 bool "Texas Instruments OMAP3 thermal support"
24 depends on TI_SOC_THERMAL
25 depends on ARCH_OMAP3 || COMPILE_TEST
26 help
27 If you say yes here you get thermal support for the Texas Instruments
28 OMAP3 SoC family. The current chips supported are:
29 - OMAP3430
30
31 OMAP3 chips normally don't need thermal management, and sensors in
32 this generation are not accurate, nor they are very close to
33 the important hotspots.
34
35 Say 'N' here.
36
Eduardo Valentin1a312702012-07-12 19:02:31 +030037config OMAP4_THERMAL
38 bool "Texas Instruments OMAP4 thermal support"
Eduardo Valentin097ca6a2013-03-19 10:54:20 -040039 depends on TI_SOC_THERMAL
Eduardo Valentin41ae3c02015-09-09 20:58:36 -070040 depends on ARCH_OMAP4 || COMPILE_TEST
Eduardo Valentin1a312702012-07-12 19:02:31 +030041 help
42 If you say yes here you get thermal support for the Texas Instruments
43 OMAP4 SoC family. The current chip supported are:
44 - OMAP4430
45 - OMAP4460
46 - OMAP4470
47
48 This includes alert interrupts generation and also the TSHUT
49 support.
Eduardo Valentin949f5a52012-07-12 19:02:32 +030050
51config OMAP5_THERMAL
52 bool "Texas Instruments OMAP5 thermal support"
Eduardo Valentin097ca6a2013-03-19 10:54:20 -040053 depends on TI_SOC_THERMAL
Eduardo Valentin41ae3c02015-09-09 20:58:36 -070054 depends on SOC_OMAP5 || COMPILE_TEST
Eduardo Valentin949f5a52012-07-12 19:02:32 +030055 help
56 If you say yes here you get thermal support for the Texas Instruments
57 OMAP5 SoC family. The current chip supported are:
58 - OMAP5430
59
60 This includes alert interrupts generation and also the TSHUT
61 support.
Eduardo Valentin8926fa42013-06-03 20:31:55 +000062
63config DRA752_THERMAL
64 bool "Texas Instruments DRA752 thermal support"
65 depends on TI_SOC_THERMAL
Eduardo Valentin41ae3c02015-09-09 20:58:36 -070066 depends on SOC_DRA7XX || COMPILE_TEST
Eduardo Valentin8926fa42013-06-03 20:31:55 +000067 help
68 If you say yes here you get thermal support for the Texas Instruments
69 DRA752 SoC family. The current chip supported are:
70 - DRA752
71
72 This includes alert interrupts generation and also the TSHUT
73 support.