diff options
| author | Chris Packham <[email protected]> | 2018-05-03 23:00:35 +1200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-14 21:28:38 -0400 |
| commit | ed52ea507f120738b180d1a18a2945412b0ddb63 (patch) | |
| tree | aed7045c6e6f3543471abfa80210f1153ace65ef /drivers | |
| parent | edcf7eacbd733fdb1c9bbf6edf8db7f536171932 (diff) | |
net: add Kconfig for MVGBE
Add Kconfig for MVGBE and update boards to select this.
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers')
| -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 3a374d88718..c962d7a72c0 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 |
