Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 1 | # |
| 2 | # Intel network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_INTEL |
| 6 | bool "Intel devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame^] | 7 | default y |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 8 | depends on PCI || PCI_MSI |
| 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y |
| 11 | and read the Ethernet-HOWTO, available from |
| 12 | <http://www.tldp.org/docs.html#howto>. |
| 13 | |
| 14 | Note that the answer to this question doesn't directly affect the |
| 15 | kernel: saying N will just cause the configurator to skip all |
| 16 | the questions about Intel cards. If you say Y, you will be asked for |
| 17 | your specific card in the following questions. |
| 18 | |
| 19 | if NET_VENDOR_INTEL |
| 20 | |
| 21 | config E100 |
| 22 | tristate "Intel(R) PRO/100+ support" |
| 23 | depends on PCI |
| 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: |
| 32 | |
| 33 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 34 | |
| 35 | to identify the adapter. |
| 36 | |
| 37 | For the latest Intel PRO/100 network driver for Linux, see: |
| 38 | |
| 39 | <http://www.intel.com/p/en_US/support/highlights/network/pro100plus> |
| 40 | |
| 41 | More specific information on configuring the driver is in |
| 42 | <file:Documentation/networking/e100.txt>. |
| 43 | |
| 44 | To compile this driver as a module, choose M here. The module |
| 45 | will be called e100. |
| 46 | |
| 47 | config E1000 |
| 48 | tristate "Intel(R) PRO/1000 Gigabit Ethernet support" |
| 49 | depends on PCI |
| 50 | ---help--- |
| 51 | This driver supports Intel(R) PRO/1000 gigabit ethernet family of |
| 52 | adapters. For more information on how to identify your adapter, go |
| 53 | to the Adapter & Driver ID Guide at: |
| 54 | |
| 55 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 56 | |
| 57 | For general information and support, go to the Intel support |
| 58 | website at: |
| 59 | |
| 60 | <http://support.intel.com> |
| 61 | |
| 62 | More specific information on configuring the driver is in |
| 63 | <file:Documentation/networking/e1000.txt>. |
| 64 | |
| 65 | To compile this driver as a module, choose M here. The module |
| 66 | will be called e1000. |
| 67 | |
| 68 | config E1000E |
| 69 | tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" |
| 70 | depends on PCI && (!SPARC32 || BROKEN) |
| 71 | select CRC32 |
| 72 | ---help--- |
| 73 | This driver supports the PCI-Express Intel(R) PRO/1000 gigabit |
| 74 | ethernet family of adapters. For PCI or PCI-X e1000 adapters, |
| 75 | use the regular e1000 driver For more information on how to |
| 76 | identify your adapter, go to the Adapter & Driver ID Guide at: |
| 77 | |
| 78 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 79 | |
| 80 | For general information and support, go to the Intel support |
| 81 | website at: |
| 82 | |
| 83 | <http://support.intel.com> |
| 84 | |
| 85 | To compile this driver as a module, choose M here. The module |
| 86 | will be called e1000e. |
| 87 | |
| 88 | config IGB |
| 89 | tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support" |
| 90 | depends on PCI |
| 91 | ---help--- |
| 92 | This driver supports Intel(R) 82575/82576 gigabit ethernet family of |
| 93 | adapters. For more information on how to identify your adapter, go |
| 94 | to the Adapter & Driver ID Guide at: |
| 95 | |
| 96 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 97 | |
| 98 | For general information and support, go to the Intel support |
| 99 | website at: |
| 100 | |
| 101 | <http://support.intel.com> |
| 102 | |
| 103 | More specific information on configuring the driver is in |
| 104 | <file:Documentation/networking/e1000.txt>. |
| 105 | |
| 106 | To compile this driver as a module, choose M here. The module |
| 107 | will be called igb. |
| 108 | |
| 109 | config IGB_DCA |
| 110 | bool "Direct Cache Access (DCA) Support" |
| 111 | default y |
| 112 | depends on IGB && DCA && !(IGB=y && DCA=m) |
| 113 | ---help--- |
| 114 | Say Y here if you want to use Direct Cache Access (DCA) in the |
| 115 | driver. DCA is a method for warming the CPU cache before data |
| 116 | is used, with the intent of lessening the impact of cache misses. |
| 117 | |
| 118 | config IGBVF |
| 119 | tristate "Intel(R) 82576 Virtual Function Ethernet support" |
| 120 | depends on PCI |
| 121 | ---help--- |
| 122 | This driver supports Intel(R) 82576 virtual functions. For more |
| 123 | information on how to identify your adapter, go to the Adapter & |
| 124 | Driver ID Guide at: |
| 125 | |
| 126 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 127 | |
| 128 | For general information and support, go to the Intel support |
| 129 | website at: |
| 130 | |
| 131 | <http://support.intel.com> |
| 132 | |
| 133 | More specific information on configuring the driver is in |
| 134 | <file:Documentation/networking/e1000.txt>. |
| 135 | |
| 136 | To compile this driver as a module, choose M here. The module |
| 137 | will be called igbvf. |
| 138 | |
| 139 | config IXGB |
| 140 | tristate "Intel(R) PRO/10GbE support" |
| 141 | depends on PCI |
| 142 | ---help--- |
| 143 | This driver supports Intel(R) PRO/10GbE family of adapters for |
| 144 | PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver |
| 145 | instead. For more information on how to identify your adapter, go |
| 146 | to the Adapter & Driver ID Guide at: |
| 147 | |
| 148 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 149 | |
| 150 | For general information and support, go to the Intel support |
| 151 | website at: |
| 152 | |
| 153 | <http://support.intel.com> |
| 154 | |
| 155 | More specific information on configuring the driver is in |
| 156 | <file:Documentation/networking/ixgb.txt>. |
| 157 | |
| 158 | To compile this driver as a module, choose M here. The module |
| 159 | will be called ixgb. |
| 160 | |
| 161 | config IXGBE |
| 162 | tristate "Intel(R) 10GbE PCI Express adapters support" |
| 163 | depends on PCI && INET |
| 164 | select MDIO |
| 165 | ---help--- |
| 166 | This driver supports Intel(R) 10GbE PCI Express family of |
| 167 | adapters. For more information on how to identify your adapter, go |
| 168 | to the Adapter & Driver ID Guide at: |
| 169 | |
| 170 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 171 | |
| 172 | For general information and support, go to the Intel support |
| 173 | website at: |
| 174 | |
| 175 | <http://support.intel.com> |
| 176 | |
| 177 | To compile this driver as a module, choose M here. The module |
| 178 | will be called ixgbe. |
| 179 | |
| 180 | config IXGBE_DCA |
| 181 | bool "Direct Cache Access (DCA) Support" |
| 182 | default y |
| 183 | depends on IXGBE && DCA && !(IXGBE=y && DCA=m) |
| 184 | ---help--- |
| 185 | Say Y here if you want to use Direct Cache Access (DCA) in the |
| 186 | driver. DCA is a method for warming the CPU cache before data |
| 187 | is used, with the intent of lessening the impact of cache misses. |
| 188 | |
| 189 | config IXGBE_DCB |
| 190 | bool "Data Center Bridging (DCB) Support" |
| 191 | default n |
| 192 | depends on IXGBE && DCB |
| 193 | ---help--- |
| 194 | Say Y here if you want to use Data Center Bridging (DCB) in the |
| 195 | driver. |
| 196 | |
| 197 | If unsure, say N. |
| 198 | |
| 199 | config IXGBEVF |
| 200 | tristate "Intel(R) 82599 Virtual Function Ethernet support" |
| 201 | depends on PCI_MSI |
| 202 | ---help--- |
| 203 | This driver supports Intel(R) 82599 virtual functions. For more |
| 204 | information on how to identify your adapter, go to the Adapter & |
| 205 | Driver ID Guide at: |
| 206 | |
| 207 | <http://support.intel.com/support/network/sb/CS-008441.htm> |
| 208 | |
| 209 | For general information and support, go to the Intel support |
| 210 | website at: |
| 211 | |
| 212 | <http://support.intel.com> |
| 213 | |
| 214 | More specific information on configuring the driver is in |
| 215 | <file:Documentation/networking/ixgbevf.txt>. |
| 216 | |
| 217 | To compile this driver as a module, choose M here. The module |
| 218 | will be called ixgbevf. MSI-X interrupt support is required |
| 219 | for this driver to work correctly. |
| 220 | |
| 221 | endif # NET_VENDOR_INTEL |