summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-12-12 17:31:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-14 14:09:04 +0100
commitc2580681e5f02c4fb273e8fec0b35bc191bfbcad (patch)
treeead3204ff598a9d7af914d9eaef4ae93c34e2794 /drivers/net/Kconfig
parent7989c230a28c91ac896e97122c10a14b6424f5af (diff)
downloadbarebox-c2580681e5f02c4fb273e8fec0b35bc191bfbcad.tar.gz
barebox-c2580681e5f02c4fb273e8fec0b35bc191bfbcad.tar.xz
Remove the obsolet driver for the DM9000E ethernet device
Support for the old DM9000E device is now part of the new dm9k.c driver. So, remove the old driver source and switch all users to the new driver. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> 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 6c697a903f..b236d17e2e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -46,11 +46,6 @@ config DRIVER_NET_SMC91111
This option enables support for the SMSC LAN91C111
ethernet chip.
-config DRIVER_NET_DM9000
- bool "Davicom dm9000 ethernet driver"
- depends on HAS_DM9000
- select MIIDEV
-
config DRIVER_NET_DM9K
bool "Davicom dm9k[E|A|B] ethernet driver"
depends on HAS_DM9000