mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
07fffd5cca
commit
1b15826721
|
@ -234,7 +234,7 @@ config DB8500_THERMAL
|
||||||
|
|
||||||
config ARMADA_THERMAL
|
config ARMADA_THERMAL
|
||||||
tristate "Armada 370/XP thermal management"
|
tristate "Armada 370/XP thermal management"
|
||||||
depends on ARCH_MVEBU
|
depends on ARCH_MVEBU || COMPILE_TEST
|
||||||
depends on OF
|
depends on OF
|
||||||
help
|
help
|
||||||
Enable this option if you want to have support for thermal management
|
Enable this option if you want to have support for thermal management
|
||||||
|
|
Loading…
Reference in New Issue