summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omap-thermal/Kconfig
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2012-07-12 19:02:31 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-16 19:04:16 -0700
commit1a31270e54d7f2af76d0727ca7e99950a44c80b0 (patch)
tree39809031b06551445ada4a59967f535c37c5ec27 /drivers/staging/omap-thermal/Kconfig
parent445eaf871bf94eb496b9b610e35b9e8c8830219f (diff)
downloadlinux-1a31270e54d7f2af76d0727ca7e99950a44c80b0.tar.bz2
staging: omap-thermal: add OMAP4 data structures
This patch adds the data structures needed for proper registration of OMAP4 chips. This patch includes definitions for these chip versions: . OMAP4430 . OMAP4460 . OMAP4470 Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/omap-thermal/Kconfig')
-rw-r--r--drivers/staging/omap-thermal/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/omap-thermal/Kconfig b/drivers/staging/omap-thermal/Kconfig
index f44228c1b598..b0105d2197d4 100644
--- a/drivers/staging/omap-thermal/Kconfig
+++ b/drivers/staging/omap-thermal/Kconfig
@@ -18,3 +18,17 @@ config OMAP_THERMAL
If you say yes here you want to get support for generic thermal
framework for the Texas Instruments OMAP4460+ on die bandgap
temperature sensor.
+
+config OMAP4_THERMAL
+ bool "Texas Instruments OMAP4 thermal support"
+ depends on OMAP_BANDGAP
+ depends on ARCH_OMAP4
+ help
+ If you say yes here you get thermal support for the Texas Instruments
+ OMAP4 SoC family. The current chip supported are:
+ - OMAP4430
+ - OMAP4460
+ - OMAP4470
+
+ This includes alert interrupts generation and also the TSHUT
+ support.