Kconfig (b13ad8f498793dc582b7f42f27b8f44490bd608d) | Kconfig (7443713a31f284365454493a9adbaea02bcc4344) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 508 unchanged lines hidden (view full) --- 517 This option alone does not add any kernel code. 518 Note that drivers supporting both 100 and 1000 MBit may be listed 519 under "Ethernet (10 or 100MBit)" instead. 520 521 If you say N, all options in this submenu will be skipped and disabled. 522 523if NETDEV_1000 524 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 508 unchanged lines hidden (view full) --- 517 This option alone does not add any kernel code. 518 Note that drivers supporting both 100 and 1000 MBit may be listed 519 under "Ethernet (10 or 100MBit)" instead. 520 521 If you say N, all options in this submenu will be skipped and disabled. 522 523if NETDEV_1000 524 |
525config IP1000 526 tristate "IP1000 Gigabit Ethernet support" 527 depends on PCI && EXPERIMENTAL 528 select MII 529 ---help--- 530 This driver supports IP1000 gigabit Ethernet cards. 531 532 To compile this driver as a module, choose M here: the module 533 will be called ipg. This is recommended. 534 | |
535endif # NETDEV_1000 536 537# 538# 10 Gigabit Ethernet 539# 540 541menuconfig NETDEV_10000 542 bool "Ethernet (10000 Mbit)" --- 536 unchanged lines hidden --- | 525endif # NETDEV_1000 526 527# 528# 10 Gigabit Ethernet 529# 530 531menuconfig NETDEV_10000 532 bool "Ethernet (10000 Mbit)" --- 536 unchanged lines hidden --- |