diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-10 06:48:00 +0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-14 05:33:52 +0300 |
commit | 1b1582672121e1c1138e68b64128d94e7f61d10c (patch) | |
tree | a3b76a9df22928f10bdaa85285efccb2bababc5e /drivers/thermal | |
parent | 07fffd5ccab70bc00fd69b9ce2297a5e8d05b838 (diff) | |
download | linux-1b1582672121e1c1138e68b64128d94e7f61d10c.tar.xz |
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>
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 09fe5485ba7e..f153f5871382 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -234,7 +234,7 @@ config DB8500_THERMAL config ARMADA_THERMAL tristate "Armada 370/XP thermal management" - depends on ARCH_MVEBU + depends on ARCH_MVEBU || COMPILE_TEST depends on OF help Enable this option if you want to have support for thermal management |