summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-09 14:11:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-09 14:11:50 +0200
commit8c3c7c5d646f377fd52cda3b79a84808c6c7bbec (patch)
tree57d4f86648d7f4c38a825e8d6565268f89abbfd1 /drivers/net/Kconfig
parentf8db2d225eff443d4464f92253829ee6607200db (diff)
downloadbarebox-8c3c7c5d646f377fd52cda3b79a84808c6c7bbec.tar.gz
barebox-8c3c7c5d646f377fd52cda3b79a84808c6c7bbec.tar.xz
net: designware: make alt/enhanced descriptor runtime configurable
Instead of hardcoding the alternate/enhanced descriptor layout make it configurable during runtime. This is based on the value of the enh_desc variable which is currently hardcoded to zero. This should be configurable via device_id in the future. Since currently we have no in tree user of this driver this currently doesn't hurt. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index bd04531a2b..5d7d20f08d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -134,11 +134,6 @@ config DRIVER_NET_DESIGNWARE
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
-
config DRIVER_NET_GIANFAR
bool "Gianfar Ethernet"
depends on ARCH_MPC85XX