Kconfig (440fdb53b4ae58602711b5b8c3a139ace2404dbb) | Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90) |
---|---|
1 2# 3# Network device configuration 4# 5 6menuconfig NETDEVICES 7 default y if UML 8 depends on NET --- 1954 unchanged lines hidden (view full) --- 1963# 1964# Gigabit Ethernet 1965# 1966 1967menuconfig NETDEV_1000 1968 bool "Ethernet (1000 Mbit)" 1969 depends on !UML 1970 default y | 1 2# 3# Network device configuration 4# 5 6menuconfig NETDEVICES 7 default y if UML 8 depends on NET --- 1954 unchanged lines hidden (view full) --- 1963# 1964# Gigabit Ethernet 1965# 1966 1967menuconfig NETDEV_1000 1968 bool "Ethernet (1000 Mbit)" 1969 depends on !UML 1970 default y |
1971 ---help--- 1972 Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common 1973 type of Local Area Network (LAN) in universities and companies. |
|
1971 | 1974 |
1975 Say Y here to get to see options for Gigabit Ethernet drivers. 1976 This option alone does not add any kernel code. 1977 Note that drivers supporting both 100 and 1000 MBit may be listed 1978 under "Ethernet (10 or 100MBit)" instead. 1979 1980 If you say N, all options in this submenu will be skipped and disabled. 1981 |
|
1972if NETDEV_1000 1973 1974config ACENIC 1975 tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support" 1976 depends on PCI 1977 ---help--- 1978 Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear 1979 GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet --- 354 unchanged lines hidden (view full) --- 2334# 2335# 10 Gigabit Ethernet 2336# 2337 2338menuconfig NETDEV_10000 2339 bool "Ethernet (10000 Mbit)" 2340 depends on !UML 2341 default y | 1982if NETDEV_1000 1983 1984config ACENIC 1985 tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support" 1986 depends on PCI 1987 ---help--- 1988 Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear 1989 GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet --- 354 unchanged lines hidden (view full) --- 2344# 2345# 10 Gigabit Ethernet 2346# 2347 2348menuconfig NETDEV_10000 2349 bool "Ethernet (10000 Mbit)" 2350 depends on !UML 2351 default y |
2352 ---help--- 2353 Say Y here to get to see options for 10 Gigabit Ethernet drivers. 2354 This option alone does not add any kernel code. |
|
2342 | 2355 |
2356 If you say N, all options in this submenu will be skipped and disabled. 2357 |
|
2343if NETDEV_10000 2344 2345config CHELSIO_T1 2346 tristate "Chelsio 10Gb Ethernet support" 2347 depends on PCI 2348 select CRC32 2349 help 2350 This driver supports Chelsio gigabit and 10-gigabit --- 636 unchanged lines hidden --- | 2358if NETDEV_10000 2359 2360config CHELSIO_T1 2361 tristate "Chelsio 10Gb Ethernet support" 2362 depends on PCI 2363 select CRC32 2364 help 2365 This driver supports Chelsio gigabit and 10-gigabit --- 636 unchanged lines hidden --- |