Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config-mpi: Build driver *ice* for Intel Ethernet Connection E800 Ser…
…ies Support as module The new server *lucy*, , includes two Intel E810-XXV adapters: @lucy:~$ lspci -nn -k -s 64: 64:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02) Subsystem: Intel Corporation Ethernet 25G 2P E810-XXV Adapter [8086:0002] 64:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02) Subsystem: Intel Corporation Ethernet 25G 2P E810-XXV Adapter [8086:0002] So, build the driver as a module. > config ICE > tristate "Intel(R) Ethernet Connection E800 Series Support" > default n > depends on PCI_MSI > depends on PTP_1588_CLOCK_OPTIONAL > depends on GNSS || GNSS = n > select AUXILIARY_BUS > select DIMLIB > select LIBIE > select NET_DEVLINK > select PACKING > select PLDMFW > select DPLL > help > This driver supports Intel(R) Ethernet Connection E800 Series of > devices. For more information on how to identify your adapter, go > to the Adapter & Driver ID Guide that can be located at: > > <http://support.intel.com> > > More specific information on configuring the driver is in > <file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>. > > To compile this driver as a module, choose M here. The module > will be called ice. The firmware files are already included in the bee package *linux-firmware*: $ ls /lib/firmware/intel/ice ddp ddp-comms ddp-lag ddp-wireless_edge Resolves: mariux64/bee-files#3199
- Loading branch information