summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-12-12 17:31:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-14 14:09:04 +0100
commit7989c230a28c91ac896e97122c10a14b6424f5af (patch)
treecd85178a19a1c5a163a5fbe195e83816a0aa4b8f /drivers/net/Kconfig
parentf442276cc67182a88926a1325d8f04a843c1a81a (diff)
downloadbarebox-7989c230a28c91ac896e97122c10a14b6424f5af.tar.gz
barebox-7989c230a28c91ac896e97122c10a14b6424f5af.tar.xz
Add support for more recent Davicom DM9k devices
This patch adds support for the more recent DM9000A and DM9000B types, and keeps support for the older DM9000E device. As this patch is more or less a complete re-wrote of the existing driver I add a new source file instead of fixing the existing one. In a later patch the old driver will be removed. 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, 5 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 19e35dbbab..6c697a903f 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -51,6 +51,11 @@ config DRIVER_NET_DM9000
depends on HAS_DM9000
select MIIDEV
+config DRIVER_NET_DM9K
+ bool "Davicom dm9k[E|A|B] ethernet driver"
+ depends on HAS_DM9000
+ select MIIDEV
+
config DRIVER_NET_NETX
bool "Hilscher Netx ethernet driver"
depends on HAS_NETX_ETHER