Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / omap-thermal / Kconfig
CommitLineData
8feaf0ce
EV
1config OMAP_BANDGAP
2 tristate "Texas Instruments OMAP4+ temperature sensor driver"
3 depends on THERMAL
4 depends on ARCH_OMAP4 || SOC_OMAP5
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
19 framework for the Texas Instruments OMAP4460+ on die bandgap
20 temperature sensor.
1a31270e
EV
21
22config OMAP4_THERMAL
23 bool "Texas Instruments OMAP4 thermal support"
24 depends on OMAP_BANDGAP
25 depends on ARCH_OMAP4
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.
949f5a50
EV
35
36config OMAP5_THERMAL
37 bool "Texas Instruments OMAP5 thermal support"
38 depends on OMAP_BANDGAP
39 depends on SOC_OMAP5
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.