2017-05-09 11:35:44 +00:00
|
|
|
if ARCH_MVEBU
|
|
|
|
|
|
|
|
config PINCTRL_ARMADA_37XX
|
2017-12-29 14:31:56 +00:00
|
|
|
depends on ARMADA_3700 && PINCTRL_FULL
|
2017-05-09 11:35:44 +00:00
|
|
|
bool "Armada 37xx pin control driver"
|
|
|
|
help
|
|
|
|
Support pin multiplexing and pin configuration control on
|
|
|
|
Marvell's Armada-37xx SoC.
|
|
|
|
|
|
|
|
config PINCTRL_ARMADA_8K
|
2017-12-29 14:31:56 +00:00
|
|
|
depends on ARMADA_8K && PINCTRL_FULL
|
2017-05-09 11:35:44 +00:00
|
|
|
bool "Armada 7k/8k pin control driver"
|
2016-12-08 10:22:29 +00:00
|
|
|
help
|
|
|
|
Support pin multiplexing and pin configuration control on
|
|
|
|
Marvell's Armada-8K SoC.
|
2017-05-09 11:35:44 +00:00
|
|
|
|
|
|
|
endif
|