forked from Minki/linux
87466ccd94
The Armada 37xx SoC come with 2 pin controllers: one on the south bridge (managing 28 pins) and one on the north bridge (managing 36 pins). At the hardware level the controller configure the pins by group and not pin by pin. This constraint is reflected in the design of the driver: only the group related functions are implemented. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
49 lines
663 B
Plaintext
49 lines
663 B
Plaintext
if PLAT_ORION
|
|
|
|
config PINCTRL_MVEBU
|
|
bool
|
|
select PINMUX
|
|
select PINCONF
|
|
|
|
config PINCTRL_DOVE
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
select MFD_SYSCON
|
|
|
|
config PINCTRL_KIRKWOOD
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
|
|
config PINCTRL_ARMADA_370
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
|
|
config PINCTRL_ARMADA_375
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
|
|
config PINCTRL_ARMADA_38X
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
|
|
config PINCTRL_ARMADA_39X
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
|
|
config PINCTRL_ARMADA_XP
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
|
|
config PINCTRL_ORION
|
|
bool
|
|
select PINCTRL_MVEBU
|
|
|
|
endif
|
|
|
|
config PINCTRL_ARMADA_37XX
|
|
bool
|
|
select GENERIC_PINCONF
|
|
select MFD_SYSCON
|
|
select PINCONF
|
|
select PINMUX
|