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

pinctrl: uniphier: add COMPILE_TEST option

Add COMPILE_TEST for the compilation test coverage.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Masahiro Yamada and committed by
Linus Walleij
aac7e974 8919ffbb

+1 -1
+1 -1
drivers/pinctrl/uniphier/Kconfig
··· 1 1 menuconfig PINCTRL_UNIPHIER 2 2 bool "UniPhier SoC pinctrl drivers" 3 - depends on ARCH_UNIPHIER 3 + depends on ARCH_UNIPHIER || COMPILE_TEST 4 4 depends on OF && MFD_SYSCON 5 5 default y 6 6 select PINMUX