projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b15826
)
thermal: exynos: allow compile test
author
Eduardo Valentin
<edubezval@gmail.com>
Thu, 10 Sep 2015 03:53:35 +0000
(20:53 -0700)
committer
Eduardo Valentin
<edubezval@gmail.com>
Mon, 14 Sep 2015 02:33:52 +0000
(19:33 -0700)
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>
drivers/thermal/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/thermal/Kconfig
b/drivers/thermal/Kconfig
index f153f5871382b115452ed705a48bd1a6204c0b55..15f7cde466285be5a8cd7d92688005ebc2de1ecf 100644
(file)
--- 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