aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-24 17:01:17 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-13 02:46:51 -0400
commit9c8571da0a85e4491d1d5bda088b534087e29497 (patch)
treec565160211fd681db03e2e802ddf669a0b6d105c /drivers/net/Kconfig
parent7e25d72458c64e6ca76d69ae8da9ba98f1bf9d25 (diff)
dnet: Move the Dave Ethernet driver
Move the Dave Ethernet driver into drivers/net/ethernet/ and make the necessary Kconfig and Makefile changes. CC: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 39ba7999859d..d292da7f90bd 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -309,17 +309,6 @@ config GRETH
309 help 309 help
310 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. 310 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.
311 311
312config DNET
313 tristate "Dave ethernet support (DNET)"
314 depends on NET_ETHERNET && HAS_IOMEM
315 select PHYLIB
316 help
317 The Dave ethernet interface (DNET) is found on Qong Board FPGA.
318 Say Y to include support for the DNET chip.
319
320 To compile this driver as a module, choose M here: the module
321 will be called dnet.
322
323config NET_PCI 312config NET_PCI
324 bool "EISA, VLB, PCI and on board controllers" 313 bool "EISA, VLB, PCI and on board controllers"
325 depends on ISA || EISA || PCI 314 depends on ISA || EISA || PCI