diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-09 20:53:35 -0700 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-13 19:33:52 -0700 |
commit | 2bf427353eb606481d15d2843c76cdffa29ed418 (patch) | |
tree | 300c774c78b6640995605761cf6f59afd11e8c13 /drivers/thermal/Kconfig | |
parent | 1b1582672121e1c1138e68b64128d94e7f61d10c (diff) | |
download | linux-2bf427353eb606481d15d2843c76cdffa29ed418.tar.bz2 |
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>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f153f5871382..15f7cde46628 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 |