aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Valentin <edubezval@gmail.com>2015-09-09 20:46:05 -0700
committerEduardo Valentin <edubezval@gmail.com>2015-09-21 13:38:15 -0700
commit8d1c746feb9866633cac58e41eb004828229f73f (patch)
tree43477f506db1f0fa603448379390cbd362f7ef24
parentc902afbbb8157511af4c9abb512ec1f3d7df9c06 (diff)
downloadti-soc-thermal-8d1c746feb9866633cac58e41eb004828229f73f.tar.gz
thermal: u8500: allow compile test
Adding COMPILE_TEST flag to u8500 driver to facilitate maintenance. Cc: Zhang Rui <rui.zhang@intel.com> Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r--drivers/thermal/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 5aabc4bc0d757f..8464105c977d6f 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -224,7 +224,7 @@ config DOVE_THERMAL
config DB8500_THERMAL
bool "DB8500 thermal management"
- depends on ARCH_U8500
+ depends on ARCH_U8500 || COMPILE_TEST
default y
help
Adds DB8500 thermal management implementation according to the thermal
@@ -252,7 +252,7 @@ config TEGRA_SOCTHERM
config DB8500_CPUFREQ_COOLING
tristate "DB8500 cpufreq cooling"
- depends on ARCH_U8500
+ depends on ARCH_U8500 || COMPILE_TEST
depends on CPU_THERMAL
default y
help