Commit e771e0a1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Sebastian Reichel

power: reset: keystone: Enable COMPILE_TEST

Enable the COMPILE_TEST to get build coverage, except on platforms
!HAS_IOMEM (required by selected MFD_SYSCON).
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 1a695a90
...@@ -148,7 +148,8 @@ config POWER_RESET_XGENE ...@@ -148,7 +148,8 @@ config POWER_RESET_XGENE
config POWER_RESET_KEYSTONE config POWER_RESET_KEYSTONE
bool "Keystone reset driver" bool "Keystone reset driver"
depends on ARCH_KEYSTONE depends on ARCH_KEYSTONE || COMPILE_TEST
depends on HAS_IOMEM
select MFD_SYSCON select MFD_SYSCON
help help
Reboot support for the KEYSTONE SoCs. Reboot support for the KEYSTONE SoCs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment