It is good to allow berlin pinctrl driver to build with COMPILE_TEST, so make the it menu visible when compile-testing. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
21 lines
275 B
Plaintext
21 lines
275 B
Plaintext
if (ARCH_BERLIN || COMPILE_TEST)
|
|
|
|
config PINCTRL_BERLIN
|
|
bool
|
|
select PINMUX
|
|
select REGMAP_MMIO
|
|
|
|
config PINCTRL_BERLIN_BG2
|
|
bool
|
|
select PINCTRL_BERLIN
|
|
|
|
config PINCTRL_BERLIN_BG2CD
|
|
bool
|
|
select PINCTRL_BERLIN
|
|
|
|
config PINCTRL_BERLIN_BG2Q
|
|
bool
|
|
select PINCTRL_BERLIN
|
|
|
|
endif
|