aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-02-25 13:41:30 +0800
committerLinus Walleij <linus.walleij@linaro.org>2016-02-25 16:00:25 +0100
commit4fccbbde1164346b96f88c9dbba6adda07d2c86f (patch)
tree54a1eb33b77152a58a74003294969cac020a5147 /drivers/gpio/Kconfig
parentgpio: pisosr: Use gpiod_set_value_cansleep in pisosr_gpio_refresh() (diff)
downloadlinux-dev-4fccbbde1164346b96f88c9dbba6adda07d2c86f.tar.xz
linux-dev-4fccbbde1164346b96f88c9dbba6adda07d2c86f.zip
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: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5584ba457161..619767b0c0bc 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -266,7 +266,7 @@ config GPIO_LYNXPOINT
config GPIO_MB86S7X
bool "GPIO support for Fujitsu MB86S7x Platforms"
- depends on ARCH_MB86S7X
+ depends on ARCH_MB86S7X || COMPILE_TEST
help
Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.