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

pinctrl: at91-pio4: Add COMPILE_TEST support

Add COMPILE_TEST support to the AT91 PIO4 pinctrl driver for better compile
testing coverage.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1590234326-2194-2-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Tiezhu Yang and committed by
Linus Walleij
e682fcc7 b5d9ff10

+1 -1
+1 -1
drivers/pinctrl/Kconfig
··· 82 82 config PINCTRL_AT91PIO4 83 83 bool "AT91 PIO4 pinctrl driver" 84 84 depends on OF 85 - depends on ARCH_AT91 85 + depends on ARCH_AT91 || COMPILE_TEST 86 86 select PINMUX 87 87 select GENERIC_PINCONF 88 88 select GPIOLIB