blob: bd4c7beba67915200d6e44c505a49f44a3442978 [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 depends on THERMAL
Eduardo Valentin494bbdd2013-03-15 09:00:33 -04004 depends on ARCH_HAS_BANDGAP
Eduardo Valentin8feaf0ce2012-07-12 19:02:29 +03005 help
6 If you say yes here you get support for the Texas Instruments
7 OMAP4460+ on die bandgap temperature sensor support. The register
8 set is part of system control module.
9
10 This includes alert interrupts generation and also the TSHUT
11 support.
Eduardo Valentin445eaf82012-07-12 19:02:30 +030012
Eduardo Valentin097ca6a2013-03-19 10:54:20 -040013config TI_THERMAL
14 bool "Texas Instruments SoCs thermal framework support"
15 depends on TI_SOC_THERMAL
Eduardo Valentin445eaf82012-07-12 19:02:30 +030016 depends on CPU_THERMAL
17 help
18 If you say yes here you want to get support for generic thermal
Eduardo Valentin7372add2013-03-19 10:54:19 -040019 framework for the Texas Instruments on die bandgap temperature sensor.
20
21 This includes trip points definitions, extrapolation rules and
22 CPU cooling device bindings.
Eduardo Valentin1a312702012-07-12 19:02:31 +030023
24config OMAP4_THERMAL
25 bool "Texas Instruments OMAP4 thermal support"
Eduardo Valentin097ca6a2013-03-19 10:54:20 -040026 depends on TI_SOC_THERMAL
Eduardo Valentin1a312702012-07-12 19:02:31 +030027 depends on ARCH_OMAP4
28 help
29 If you say yes here you get thermal support for the Texas Instruments
30 OMAP4 SoC family. The current chip supported are:
31 - OMAP4430
32 - OMAP4460
33 - OMAP4470
34
35 This includes alert interrupts generation and also the TSHUT
36 support.
Eduardo Valentin949f5a52012-07-12 19:02:32 +030037
38config OMAP5_THERMAL
39 bool "Texas Instruments OMAP5 thermal support"
Eduardo Valentin097ca6a2013-03-19 10:54:20 -040040 depends on TI_SOC_THERMAL
Eduardo Valentin949f5a52012-07-12 19:02:32 +030041 depends on SOC_OMAP5
42 help
43 If you say yes here you get thermal support for the Texas Instruments
44 OMAP5 SoC family. The current chip supported are:
45 - OMAP5430
46
47 This includes alert interrupts generation and also the TSHUT
48 support.
Eduardo Valentin8926fa42013-06-03 20:31:55 +000049
50config DRA752_THERMAL
51 bool "Texas Instruments DRA752 thermal support"
52 depends on TI_SOC_THERMAL
53 depends on SOC_DRA7XX
54 help
55 If you say yes here you get thermal support for the Texas Instruments
56 DRA752 SoC family. The current chip supported are:
57 - DRA752
58
59 This includes alert interrupts generation and also the TSHUT
60 support.