Kconfig (4ee542995273f6d6a83bc76cd13d71662f1c141c) Kconfig (1fe003fd4247edf0d1ccf32061b046b90492a954)
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

--- 277 unchanged lines hidden (view full) ---

286
287config ENC28J60_WRITEVERIFY
288 bool "Enable write verify"
289 depends on ENC28J60
290 ---help---
291 Enable the verify after the buffer write useful for debugging purpose.
292 If unsure, say N.
293
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

--- 277 unchanged lines hidden (view full) ---

286
287config ENC28J60_WRITEVERIFY
288 bool "Enable write verify"
289 depends on ENC28J60
290 ---help---
291 Enable the verify after the buffer write useful for debugging purpose.
292 If unsure, say N.
293
294config GRETH
295 tristate "Aeroflex Gaisler GRETH Ethernet MAC support"
296 depends on SPARC
297 select PHYLIB
298 select CRC32
299 help
300 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.
301
302config NET_PCI
303 bool "EISA, VLB, PCI and on board controllers"
304 depends on ISA || EISA || PCI
305 help
306 This is another class of network cards which attach directly to the
307 bus. If you have one of those, say Y and read the Ethernet-HOWTO,
308 available from <http://www.tldp.org/docs.html#howto>.
309

--- 597 unchanged lines hidden ---
294config NET_PCI
295 bool "EISA, VLB, PCI and on board controllers"
296 depends on ISA || EISA || PCI
297 help
298 This is another class of network cards which attach directly to the
299 bus. If you have one of those, say Y and read the Ethernet-HOWTO,
300 available from <http://www.tldp.org/docs.html#howto>.
301

--- 597 unchanged lines hidden ---