Commit 4fccbbde authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij

gpio: mb86s7x: Allow compile test build

There is no build dependency for this driver, so enable COMPILE_TEST to get
better build coverage.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ea04a7ca
...@@ -266,7 +266,7 @@ config GPIO_LYNXPOINT ...@@ -266,7 +266,7 @@ config GPIO_LYNXPOINT
config GPIO_MB86S7X config GPIO_MB86S7X
bool "GPIO support for Fujitsu MB86S7x Platforms" bool "GPIO support for Fujitsu MB86S7x Platforms"
depends on ARCH_MB86S7X depends on ARCH_MB86S7X || COMPILE_TEST
help help
Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs. Say yes here to support the GPIO controller in Fujitsu MB86S70 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