summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@sig21.net>2012-06-25 18:03:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-26 17:41:12 +0200
commit54edd7cfa91366b5f9d44ba24290ac94ebb97720 (patch)
tree4c4fc49ba0be74981cfc79d025489339e0156f63 /drivers/net/Kconfig
parent8ee6700a4c39fe7031ef977aa4e0c208366e13dc (diff)
downloadbarebox-54edd7cfa91366b5f9d44ba24290ac94ebb97720.tar.gz
barebox-54edd7cfa91366b5f9d44ba24290ac94ebb97720.tar.xz
drivers/net: add designware driver
Straight forward port of Synopsys Designware ethernet driver from u-boot v2012.04.01. Signed-off-by: Johannes Stezenbach <js@sig21.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 172cc39080..749ea6a9c0 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -13,6 +13,9 @@ config HAS_AT91_ETHER
config HAS_NETX_ETHER
bool
+config HAS_DESIGNWARE_ETH
+ bool
+
config ARCH_HAS_FEC_IMX
bool
@@ -108,6 +111,19 @@ config DRIVER_NET_KS8851_MLL
This option enables support for the Micrel KS8851 MLL
ethernet chip.
+config DRIVER_NET_DESIGNWARE
+ bool "Designware Universal MAC ethernet driver"
+ select MIIDEV
+ depends on HAS_DESIGNWARE_ETH
+ help
+ This option enables support for the Synopsys
+ Designware Core Univesal MAC 10M/100M/1G ethernet IP.
+
+config DRIVER_NET_DESIGNWARE_ALTDESCRIPTOR
+ bool
+ depends on DRIVER_NET_DESIGNWARE
+ default n
+
source "drivers/net/usb/Kconfig"
endmenu