82aef67f2b
Tested on machines with four NIC models: - Intel(R) Ethernet Connection X553 10 GbE SFP+ - Intel(R) Ethernet Connection X553 1 GbE - Intel(R) Ethernet Connection I354 - Intel(R) I210 Gigabit Network Connection Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
22 lines
702 B
Plaintext
22 lines
702 B
Plaintext
config BR2_PACKAGE_IQVLINUX
|
|
bool "iqvlinux"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Intel Ethernet Adapter Debug Driver for Linux (iqvlinux).
|
|
|
|
Officially supports kernel versions 2.6.x up through 4.0.x but
|
|
the Buildroot package contains a patch to allow it to be built
|
|
on newer kernel versions.
|
|
|
|
This debug driver supports all Intel's networking Tools based
|
|
on the SDK version 2.19.36.0 or higher which support Intel
|
|
Ethernet chip including e1000, e1000e, i210...
|
|
|
|
Note: This driver requires PCI support to be enabled
|
|
(i.e. CONFIG_PCI).
|
|
|
|
https://sourceforge.net/projects/e1000/files/iqvlinux/
|
|
|
|
comment "iqvlinux needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|