staging: rename omap-thermal driver to ti-soc-thermal
[linux-2.6-block.git] / drivers / staging / ti-soc-thermal / Kconfig
CommitLineData
8feaf0ce
EV
1config OMAP_BANDGAP
2 tristate "Texas Instruments OMAP4+ temperature sensor driver"
3 depends on THERMAL
494bbdd8 4 depends on ARCH_HAS_BANDGAP
8feaf0ce
EV
5 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.
445eaf87
EV
12
13config OMAP_THERMAL
14 bool "Texas Instruments OMAP4+ thermal framework support"
15 depends on OMAP_BANDGAP
16 depends on CPU_THERMAL
17 help
18 If you say yes here you want to get support for generic thermal
7372add4
EV
19 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.
1a31270e
EV
23
24config OMAP4_THERMAL
25 bool "Texas Instruments OMAP4 thermal support"
26 depends on OMAP_BANDGAP
27 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.
949f5a50
EV
37
38config OMAP5_THERMAL
39 bool "Texas Instruments OMAP5 thermal support"
40 depends on OMAP_BANDGAP
41 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.