Merge remote-tracking branch 'spi/fix/setup' into spi-linus
[deliverable/linux.git] / drivers / thermal / ti-soc-thermal / Kconfig
CommitLineData
097ca6a3
EV
1config TI_SOC_THERMAL
2 tristate "Texas Instruments SoCs temperature sensor driver"
8feaf0ce 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 12
097ca6a3
EV
13config TI_THERMAL
14 bool "Texas Instruments SoCs thermal framework support"
15 depends on TI_SOC_THERMAL
445eaf87
EV
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"
097ca6a3 26 depends on TI_SOC_THERMAL
1a31270e
EV
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"
097ca6a3 40 depends on TI_SOC_THERMAL
949f5a50
EV
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.
8926fa4f
EV
49
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.
This page took 0.103107 seconds and 5 git commands to generate.