diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-09 23:48:00 -0400 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-13 22:33:52 -0400 |
commit | 1b1582672121e1c1138e68b64128d94e7f61d10c (patch) | |
tree | a3b76a9df22928f10bdaa85285efccb2bababc5e | |
parent | 07fffd5ccab70bc00fd69b9ce2297a5e8d05b838 (diff) |
thermal: armada: allow compile test
Adding COMPILE_TEST flag to armada 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>
-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 09fe5485ba7e..f153f5871382 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -234,7 +234,7 @@ config DB8500_THERMAL | |||
234 | 234 | ||
235 | config ARMADA_THERMAL | 235 | config ARMADA_THERMAL |
236 | tristate "Armada 370/XP thermal management" | 236 | tristate "Armada 370/XP thermal management" |
237 | depends on ARCH_MVEBU | 237 | depends on ARCH_MVEBU || COMPILE_TEST |
238 | depends on OF | 238 | depends on OF |
239 | help | 239 | help |
240 | Enable this option if you want to have support for thermal management | 240 | Enable this option if you want to have support for thermal management |