Kconfig (f9f5301e7e2d4fa2445aab3ec889dac6b34ea63e) | Kconfig (f4370a85d62e645107afc8a35a979be962b19258) |
---|---|
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 --- 227 unchanged lines hidden (view full) --- 236 select XFRM_ALGO 237 help 238 Enable support for IPSec offload in ixgbevf.ko 239 240config I40E 241 tristate "Intel(R) Ethernet Controller XL710 Family support" 242 imply PTP_1588_CLOCK 243 depends on PCI | 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 --- 227 unchanged lines hidden (view full) --- 236 select XFRM_ALGO 237 help 238 Enable support for IPSec offload in ixgbevf.ko 239 240config I40E 241 tristate "Intel(R) Ethernet Controller XL710 Family support" 242 imply PTP_1588_CLOCK 243 depends on PCI |
244 select AUXILIARY_BUS |
|
244 help 245 This driver supports Intel(R) Ethernet Controller XL710 Family of 246 devices. For more information on how to identify your adapter, go 247 to the Adapter & Driver ID Guide that can be located at: 248 249 <http://support.intel.com> 250 251 More specific information on configuring the driver is in --- 97 unchanged lines hidden --- | 245 help 246 This driver supports Intel(R) Ethernet Controller XL710 Family of 247 devices. For more information on how to identify your adapter, go 248 to the Adapter & Driver ID Guide that can be located at: 249 250 <http://support.intel.com> 251 252 More specific information on configuring the driver is in --- 97 unchanged lines hidden --- |