Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 527860fe authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Eduardo Valentin
Browse files

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: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 7ea38c6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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