···309309 help310310 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.311311312312-config DNET313313- tristate "Dave ethernet support (DNET)"314314- depends on NET_ETHERNET && HAS_IOMEM315315- select PHYLIB316316- help317317- The Dave ethernet interface (DNET) is found on Qong Board FPGA.318318- Say Y to include support for the DNET chip.319319-320320- To compile this driver as a module, choose M here: the module321321- will be called dnet.322322-323312config NET_PCI324313 bool "EISA, VLB, PCI and on board controllers"325314 depends on ISA || EISA || PCI
···2323source "drivers/net/ethernet/chelsio/Kconfig"2424source "drivers/net/ethernet/cirrus/Kconfig"2525source "drivers/net/ethernet/cisco/Kconfig"2626+2727+config DNET2828+ tristate "Dave ethernet support (DNET)"2929+ depends on HAS_IOMEM3030+ select PHYLIB3131+ ---help---3232+ The Dave ethernet interface (DNET) is found on Qong Board FPGA.3333+ Say Y to include support for the DNET chip.3434+3535+ To compile this driver as a module, choose M here: the module3636+ will be called dnet.3737+2638source "drivers/net/ethernet/dec/Kconfig"2739source "drivers/net/ethernet/dlink/Kconfig"2840source "drivers/net/ethernet/emulex/Kconfig"