]> git.karo-electronics.de Git - linux-beck.git/commit
thermal: db8500_cpufreq_cooling: Compile with COMPILE_TEST
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 14 Oct 2015 18:43:29 +0000 (19:43 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 8 Mar 2016 19:29:29 +0000 (11:29 -0800)
commit527860fe4684bf69281d7479c5034243dd6c36c4
tree4b3ab8c24736071fb094232671eeaff995bcf315
parent7ea38c6c3622bc65279dc6a1fecd28227027fbb5
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>
drivers/thermal/Kconfig