summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2016-11-02 10:06:55 +0800
committerJoe Hershberger <joe.hershberger@ni.com>2017-02-07 10:54:31 -0600
commitebcb40a5a02adc153db949d59e9df9bf0d89b6ec (patch)
tree10281f7f7a93febd76d8aeeb4001d455baba2ec3
parentc83a824e62277162ad35f52879b2316902c0eff5 (diff)
downloadu-boot-imx-ebcb40a5a02adc153db949d59e9df9bf0d89b6ec.zip
u-boot-imx-ebcb40a5a02adc153db949d59e9df9bf0d89b6ec.tar.gz
u-boot-imx-ebcb40a5a02adc153db949d59e9df9bf0d89b6ec.tar.bz2
net: Kconfig: Add CONFIG_MACB option
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>
-rw-r--r--drivers/net/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f52629f..1d31e23 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -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