Kconfig (95148229d32e5c68445a59d981482dba57f91919) | Kconfig (aaba215ca0b4232824c92b830853f465f16a6672) |
---|---|
1# 2# Intel network device configuration 3# 4 5config NET_VENDOR_INTEL 6 bool "Intel devices" 7 default y 8 depends on PCI || PCI_MSI --- 7 unchanged lines hidden (view full) --- 16 the questions about Intel cards. If you say Y, you will be asked for 17 your specific card in the following questions. 18 19if NET_VENDOR_INTEL 20 21config E100 22 tristate "Intel(R) PRO/100+ support" 23 depends on PCI | 1# 2# Intel network device configuration 3# 4 5config NET_VENDOR_INTEL 6 bool "Intel devices" 7 default y 8 depends on PCI || PCI_MSI --- 7 unchanged lines hidden (view full) --- 16 the questions about Intel cards. If you say Y, you will be asked for 17 your specific card in the following questions. 18 19if NET_VENDOR_INTEL 20 21config E100 22 tristate "Intel(R) PRO/100+ support" 23 depends on PCI |
24 select NET_CORE |
|
24 select MII 25 ---help--- 26 This driver supports Intel(R) PRO/100 family of adapters. 27 To verify that your adapter is supported, find the board ID number 28 on the adapter. Look for a label that has a barcode and a number 29 in the format 123456-001 (six digits hyphen three digits). 30 31 Use the above information and the Adapter & Driver ID Guide at: --- 190 unchanged lines hidden --- | 25 select MII 26 ---help--- 27 This driver supports Intel(R) PRO/100 family of adapters. 28 To verify that your adapter is supported, find the board ID number 29 on the adapter. Look for a label that has a barcode and a number 30 in the format 123456-001 (six digits hyphen three digits). 31 32 Use the above information and the Adapter & Driver ID Guide at: --- 190 unchanged lines hidden --- |