From: Eduardo Valentin Date: Thu, 10 Sep 2015 03:53:35 +0000 (-0700) Subject: thermal: exynos: allow compile test X-Git-Tag: v4.14-rc1~4634^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bf427353eb606481d15d2843c76cdffa29ed418;p=platform%2Fkernel%2Flinux-rpi.git thermal: exynos: allow compile test Adding COMPILE_TEST flag to exynos driver to facilitate maintenance. Cc: Lukasz Majewski Cc: Zhang Rui Cc: linux-pm@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f153f58..15f7cde 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