Kconfig (4f9786035f9e519db41375818e1d0b5f20da2f10) | Kconfig (e99c1618f9dfc0ec87660f8df1dc83693f2724ff) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Intel network device configuration 4# 5 6config NET_VENDOR_INTEL 7 bool "Intel devices" 8 default y --- 133 unchanged lines hidden (view full) --- 142 To compile this driver as a module, choose M here. The module 143 will be called igbvf. 144 145config IXGBE 146 tristate "Intel(R) 10GbE PCI Express adapters support" 147 depends on PCI 148 depends on PTP_1588_CLOCK_OPTIONAL 149 select MDIO | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Intel network device configuration 4# 5 6config NET_VENDOR_INTEL 7 bool "Intel devices" 8 default y --- 133 unchanged lines hidden (view full) --- 142 To compile this driver as a module, choose M here. The module 143 will be called igbvf. 144 145config IXGBE 146 tristate "Intel(R) 10GbE PCI Express adapters support" 147 depends on PCI 148 depends on PTP_1588_CLOCK_OPTIONAL 149 select MDIO |
150 select NET_DEVLINK 151 select PLDMFW |
|
150 select PHYLIB 151 help 152 This driver supports Intel(R) 10GbE PCI Express family of 153 adapters. For more information on how to identify your adapter, go 154 to the Adapter & Driver ID Guide that can be located at: 155 156 <http://support.intel.com> 157 --- 129 unchanged lines hidden (view full) --- 287 tristate "Intel(R) Ethernet Connection E800 Series Support" 288 default n 289 depends on PCI_MSI 290 depends on PTP_1588_CLOCK_OPTIONAL 291 depends on GNSS || GNSS = n 292 select AUXILIARY_BUS 293 select DIMLIB 294 select LIBIE | 152 select PHYLIB 153 help 154 This driver supports Intel(R) 10GbE PCI Express family of 155 adapters. For more information on how to identify your adapter, go 156 to the Adapter & Driver ID Guide that can be located at: 157 158 <http://support.intel.com> 159 --- 129 unchanged lines hidden (view full) --- 289 tristate "Intel(R) Ethernet Connection E800 Series Support" 290 default n 291 depends on PCI_MSI 292 depends on PTP_1588_CLOCK_OPTIONAL 293 depends on GNSS || GNSS = n 294 select AUXILIARY_BUS 295 select DIMLIB 296 select LIBIE |
297 select LIBIE_ADMINQ |
|
295 select NET_DEVLINK 296 select PACKING 297 select PLDMFW 298 select DPLL 299 help 300 This driver supports Intel(R) Ethernet Connection E800 Series of 301 devices. For more information on how to identify your adapter, go 302 to the Adapter & Driver ID Guide that can be located at: --- 59 unchanged lines hidden (view full) --- 362 To compile this driver as a module, choose M here. The module 363 will be called fm10k. MSI-X interrupt support is required 364 365config IGC 366 tristate "Intel(R) Ethernet Controller I225-LM/I225-V support" 367 default n 368 depends on PCI 369 depends on PTP_1588_CLOCK_OPTIONAL | 298 select NET_DEVLINK 299 select PACKING 300 select PLDMFW 301 select DPLL 302 help 303 This driver supports Intel(R) Ethernet Connection E800 Series of 304 devices. For more information on how to identify your adapter, go 305 to the Adapter & Driver ID Guide that can be located at: --- 59 unchanged lines hidden (view full) --- 365 To compile this driver as a module, choose M here. The module 366 will be called fm10k. MSI-X interrupt support is required 367 368config IGC 369 tristate "Intel(R) Ethernet Controller I225-LM/I225-V support" 370 default n 371 depends on PCI 372 depends on PTP_1588_CLOCK_OPTIONAL |
373 depends on ETHTOOL_NETLINK |
|
370 help 371 This driver supports Intel(R) Ethernet Controller I225-LM/I225-V 372 family of adapters. 373 374 For more information on how to identify your adapter, go 375 to the Adapter & Driver ID Guide that can be located at: 376 377 <http://support.intel.com> --- 15 unchanged lines hidden --- | 374 help 375 This driver supports Intel(R) Ethernet Controller I225-LM/I225-V 376 family of adapters. 377 378 For more information on how to identify your adapter, go 379 to the Adapter & Driver ID Guide that can be located at: 380 381 <http://support.intel.com> --- 15 unchanged lines hidden --- |