summaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal/Kconfig
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2015-04-02 17:49:07 +0300
committerEduardo Valentin <edubezval@gmail.com>2015-09-30 00:08:24 +0300
commit9c5c87e5936e792ddca5cb876d523b6e5d6042e6 (patch)
tree18d63661a27fcf0f0ed36063545b3b6488435bb5 /drivers/thermal/ti-soc-thermal/Kconfig
parent3225031fbeb1e32b269a82eccd815128267a4bfe (diff)
downloadlinux-9c5c87e5936e792ddca5cb876d523b6e5d6042e6.tar.xz
ti-soc-thermal: implement omap3 support
This adds support for OMAP3 chips to ti-soc-thermal. As requested by TI people, it is marked unreliable and warning is printed. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/ti-soc-thermal/Kconfig')
-rw-r--r--drivers/thermal/ti-soc-thermal/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/thermal/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig
index cb6686ff09ae..ea8283f08aa6 100644
--- a/drivers/thermal/ti-soc-thermal/Kconfig
+++ b/drivers/thermal/ti-soc-thermal/Kconfig
@@ -19,6 +19,21 @@ config TI_THERMAL
This includes trip points definitions, extrapolation rules and
CPU cooling device bindings.
+config OMAP3_THERMAL
+ bool "Texas Instruments OMAP3 thermal support"
+ depends on TI_SOC_THERMAL
+ depends on ARCH_OMAP3 || COMPILE_TEST
+ help
+ If you say yes here you get thermal support for the Texas Instruments
+ OMAP3 SoC family. The current chips supported are:
+ - OMAP3430
+
+ OMAP3 chips normally don't need thermal management, and sensors in
+ this generation are not accurate, nor they are very close to
+ the important hotspots.
+
+ Say 'N' here.
+
config OMAP4_THERMAL
bool "Texas Instruments OMAP4 thermal support"
depends on TI_SOC_THERMAL