aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Valentin <edubezval@gmail.com>2015-09-09 20:53:35 -0700
committerEduardo Valentin <edubezval@gmail.com>2015-09-21 13:38:14 -0700
commit21bc0fa83f86b3e9ac93edca7f224d1c123d3b78 (patch)
tree2a55e484162d31dad69711a4bdb559b53e187b50
parentf0c03e7596faa0779c8d504b6ede79b38cfd9a0e (diff)
downloadti-soc-thermal-21bc0fa83f86b3e9ac93edca7f224d1c123d3b78.tar.gz
thermal: exynos: allow compile test
Adding COMPILE_TEST flag to exynos driver to facilitate maintenance. Cc: Lukasz Majewski <l.majewski@samsung.com> Cc: Zhang Rui <rui.zhang@intel.com> Cc: linux-pm@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r--drivers/thermal/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index f153f5871382b1..15f7cde466285b 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -353,7 +353,7 @@ source "drivers/thermal/ti-soc-thermal/Kconfig"
endmenu
menu "Samsung thermal drivers"
-depends on ARCH_EXYNOS
+depends on ARCH_EXYNOS || COMPILE_TEST
source "drivers/thermal/samsung/Kconfig"
endmenu