
Add CONFIG_MACB option in KConfig to be used to select the Cadence MACB Ethernet driver.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com ---
drivers/net/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 302c005..fc0a10f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -137,6 +137,16 @@ config MVPP2 This driver supports the network interface units in the Marvell ARMADA 375 SoC.
+config MACB + bool "Cadence MACB/GEM Ethernet Interface" + depends on DM_ETH + select PHYLIB + help + The Cadence MACB ethernet interface is found on many Atmel + AT91 and SAMA5 parts. This driver also supports the Cadence + GEM (Gigabit Ethernet MAC) found in some ARM SoC devices. + Say Y to include support for the MACB/GEM chip. + config PCH_GBE bool "Intel Platform Controller Hub EG20T GMAC driver" depends on DM_ETH && DM_PCI