diff options
| author | Chris Packham <[email protected]> | 2017-08-21 20:17:03 +1200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2017-09-26 06:51:30 +0200 |
| commit | 7654f62f4e84c40e0f604f23126fc794ae843da1 (patch) | |
| tree | 08c271f09fae7a6b750fafef3a6fed913ed14b7e /drivers | |
| parent | 1f6049e2501b5c35c61435dbc05ba96743202674 (diff) | |
ARM: mvebu: Convert CONFIG_MVNETA to Kconfig
This converts the following to Kconfig:
CONFIG_MVNETA
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-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 5ceea44c605..d67927cd3b8 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -159,6 +159,14 @@ config FTMAC100 help This MAC is present in Andestech SoCs. +config MVNETA + bool "Marvell Armada 385 network interface support" + depends on ARMADA_XP || ARMADA_38X + select PHYLIB + help + This driver supports the network interface units in the + Marvell ARMADA XP and 38X SoCs + config MVPP2 bool "Marvell Armada 375/7K/8K network interface support" depends on ARMADA_375 || ARMADA_8K |
