mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
ee086577ab
This commit adds a new pinctrl driver for the Marvell Armada 39x family of processors, which hooks into the existing infrastructure to support pin-muxing on Marvell EBU processors. Two variants of the Armada 39x are supported: 88F6920 (Armada 390) and 88F6928 (Armada 398), which have a few differences in the available functions for certain pins. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
42 lines
525 B
Plaintext
42 lines
525 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
|