Kconfig (7e25d72458c64e6ca76d69ae8da9ba98f1bf9d25) | Kconfig (9c8571da0a85e4491d1d5bda088b534087e29497) |
---|---|
1# 2# Network device configuration 3# 4 5menuconfig NETDEVICES 6 default y if UML 7 depends on NET 8 bool "Network device support" --- 295 unchanged lines hidden (view full) --- 304config GRETH 305 tristate "Aeroflex Gaisler GRETH Ethernet MAC support" 306 depends on SPARC 307 select PHYLIB 308 select CRC32 309 help 310 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. 311 | 1# 2# Network device configuration 3# 4 5menuconfig NETDEVICES 6 default y if UML 7 depends on NET 8 bool "Network device support" --- 295 unchanged lines hidden (view full) --- 304config GRETH 305 tristate "Aeroflex Gaisler GRETH Ethernet MAC support" 306 depends on SPARC 307 select PHYLIB 308 select CRC32 309 help 310 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. 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 324 bool "EISA, VLB, PCI and on board controllers" 325 depends on ISA || EISA || PCI 326 help 327 This is another class of network cards which attach directly to the 328 bus. If you have one of those, say Y and read the Ethernet-HOWTO, 329 available from <http://www.tldp.org/docs.html#howto>. 330 --- 597 unchanged lines hidden --- | 312config NET_PCI 313 bool "EISA, VLB, PCI and on board controllers" 314 depends on ISA || EISA || PCI 315 help 316 This is another class of network cards which attach directly to the 317 bus. If you have one of those, say Y and read the Ethernet-HOWTO, 318 available from <http://www.tldp.org/docs.html#howto>. 319 --- 597 unchanged lines hidden --- |