mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
8dd082a7e6
To enable support for the Armada 37xx pinctrl driver, we need to change the Kconfig symbol for the Armada 7k/8k pinctrl driver and its dependencies to distinguish between both platforms and drivers. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Konstantin Porotchkin <kostap@marvell.com> Cc: Nadav Haklai <nadavh@marvell.com>
17 lines
396 B
Text
17 lines
396 B
Text
if ARCH_MVEBU
|
|
|
|
config PINCTRL_ARMADA_37XX
|
|
depends on ARMADA_3700
|
|
bool "Armada 37xx pin control driver"
|
|
help
|
|
Support pin multiplexing and pin configuration control on
|
|
Marvell's Armada-37xx SoC.
|
|
|
|
config PINCTRL_ARMADA_8K
|
|
depends on ARMADA_8K
|
|
bool "Armada 7k/8k pin control driver"
|
|
help
|
|
Support pin multiplexing and pin configuration control on
|
|
Marvell's Armada-8K SoC.
|
|
|
|
endif
|