Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Axel Lin and committed by
Linus Walleij
4fccbbde ea04a7ca

+1 -1
+1 -1
drivers/gpio/Kconfig
··· 266 266 267 267 config GPIO_MB86S7X 268 268 bool "GPIO support for Fujitsu MB86S7x Platforms" 269 - depends on ARCH_MB86S7X 269 + depends on ARCH_MB86S7X || COMPILE_TEST 270 270 help 271 271 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs. 272 272