mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
pinctrl: mvebu: Add AlleyCat5 support
This uses the same IP block as the Armada-8K SoCs. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
515fe1ee4e
commit
c249938214
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ config PINCTRL_ARMADA_37XX
|
|||
Marvell's Armada-37xx SoC.
|
||||
|
||||
config PINCTRL_ARMADA_8K
|
||||
depends on ARMADA_8K && PINCTRL_FULL
|
||||
depends on (ARMADA_8K || ALLEYCAT_5) && PINCTRL_FULL
|
||||
bool "Armada 7k/8k pin control driver"
|
||||
help
|
||||
Support pin multiplexing and pin configuration control on
|
||||
|
|
Loading…
Reference in a new issue