aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2015-10-14 19:43:29 +0100
committerEduardo Valentin <edubezval@gmail.com>2016-03-08 11:29:29 -0800
commit527860fe4684bf69281d7479c5034243dd6c36c4 (patch)
tree4b3ab8c24736071fb094232671eeaff995bcf315 /drivers/thermal
parentthermal: rockchip: fix the tsadc sequence output on rk3228/rk3399 (diff)
downloadlinux-dev-527860fe4684bf69281d7479c5034243dd6c36c4.tar.xz
linux-dev-527860fe4684bf69281d7479c5034243dd6c36c4.zip
thermal: db8500_cpufreq_cooling: Compile with COMPILE_TEST
This driver only has runtime but no build time dependencies, so it can be built for testing purposes if the Kconfig COMPILE_TEST option is enabled. This is useful to have more build coverage and make sure that drivers are not affected by changes that could cause build regressions. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 7c92c09be213..5670d2652514 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -266,7 +266,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