Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / drivers / staging / omap-thermal / Kconfig
blob30cbc3bc8dfa3d434815b4f633b31b8871a88c6e
1 config 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.
10           This includes alert interrupts generation and also the TSHUT
11           support.
13 config 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.
22 config 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
33           This includes alert interrupts generation and also the TSHUT
34           support.
36 config 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
45           This includes alert interrupts generation and also the TSHUT
46           support.