Skip to content

Commit

Permalink
thermal: db8500_cpufreq_cooling: Compile with COMPILE_TEST
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luis de Bethencourt authored and Eduardo Valentin committed Mar 8, 2016
1 parent 7ea38c6 commit 527860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 527860f

Please sign in to comment.