mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8919ffbb53
commit
aac7e974eb
|
@ -1,6 +1,6 @@
|
||||||
menuconfig PINCTRL_UNIPHIER
|
menuconfig PINCTRL_UNIPHIER
|
||||||
bool "UniPhier SoC pinctrl drivers"
|
bool "UniPhier SoC pinctrl drivers"
|
||||||
depends on ARCH_UNIPHIER
|
depends on ARCH_UNIPHIER || COMPILE_TEST
|
||||||
depends on OF && MFD_SYSCON
|
depends on OF && MFD_SYSCON
|
||||||
default y
|
default y
|
||||||
select PINMUX
|
select PINMUX
|
||||||
|
|
Loading…
Reference in New Issue