diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-09 20:44:46 -0700 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-13 19:33:51 -0700 |
commit | 9c8aa959e13f5cb082ad244d2c9b806a67d9a8b6 (patch) | |
tree | d6c5c9e9b7a746d91ce8d88003f8d2e173042232 /drivers/thermal | |
parent | 444f9b00073668f028db0c14f609cf08abc9a2b3 (diff) |
thermal: kirkwood: allow compile test
Adding COMPILE_TEST flag to kirkwood driver to facilitate
maintenance.
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f114dd6919f2..1b74f4eae16d 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -208,7 +208,7 @@ config RCAR_THERMAL config KIRKWOOD_THERMAL tristate "Temperature sensor on Marvell Kirkwood SoCs" - depends on MACH_KIRKWOOD + depends on MACH_KIRKWOOD || COMPILE_TEST depends on OF help Support for the Kirkwood thermal sensor driver into the Linux thermal |