diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-05-03 23:00:35 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-14 21:28:38 -0400 |
commit | ed52ea507f120738b180d1a18a2945412b0ddb63 (patch) | |
tree | aed7045c6e6f3543471abfa80210f1153ace65ef /drivers/net/Kconfig | |
parent | edcf7eacbd733fdb1c9bbf6edf8db7f536171932 (diff) | |
download | u-boot-ed52ea507f120738b180d1a18a2945412b0ddb63.tar.gz u-boot-ed52ea507f120738b180d1a18a2945412b0ddb63.tar.xz u-boot-ed52ea507f120738b180d1a18a2945412b0ddb63.zip |
net: add Kconfig for MVGBE
Add Kconfig for MVGBE and update boards to select this.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3a374d8871..c962d7a72c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -178,6 +178,14 @@ config FTMAC100 help This MAC is present in Andestech SoCs. +config MVGBE + bool "Marvell Orion5x/Kirkwood network interface support" + depends on KIRKWOOD || ORION5X + select PHYLIB + help + This driver supports the network interface units in the + Marvell Orion5x and Kirkwood SoCs + config MVNETA bool "Marvell Armada XP/385/3700 network interface support" depends on ARMADA_XP || ARMADA_38X || ARMADA_3700 |