net: Kconfig: Add CONFIG_MACB option
authorWenyou Yang <wenyou.yang@atmel.com>
Wed, 2 Nov 2016 02:06:55 +0000 (10:06 +0800)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 7 Feb 2017 16:54:31 +0000 (10:54 -0600)
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

index f52629fa53ffed56207c81a12a037cc42f7e2656..1d31e238b601f621270eed093fc397a6dfbb466b 100644 (file)
@@ -155,6 +155,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