bb3ba9558a
Add the pin-controller driver for Marvell Berlin BG4CT SoC, with definition of its groups and functions. This uses the core Berlin pinctrl driver. 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>
26 lines
390 B
Plaintext
26 lines
390 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
|
|
|
|
config PINCTRL_BERLIN_BG4CT
|
|
bool "Marvell berlin4ct pin controller driver"
|
|
depends on OF
|
|
select PINCTRL_BERLIN
|
|
|
|
endif
|