aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/omap-thermal/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/staging/omap-thermal/Kconfig
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'drivers/staging/omap-thermal/Kconfig')
-rw-r--r--drivers/staging/omap-thermal/Kconfig46
1 files changed, 0 insertions, 46 deletions
diff --git a/drivers/staging/omap-thermal/Kconfig b/drivers/staging/omap-thermal/Kconfig
deleted file mode 100644
index 30cbc3bc8df..00000000000
--- a/drivers/staging/omap-thermal/Kconfig
+++ /dev/null
@@ -1,46 +0,0 @@
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.
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.
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.
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.