2015-10-09 15:26:02 +02:00
|
|
|
config BR2_PACKAGE_IQVLINUX
|
|
|
|
bool "iqvlinux"
|
|
|
|
depends on BR2_LINUX_KERNEL
|
|
|
|
help
|
2017-12-15 16:38:30 +01:00
|
|
|
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.
|
2015-10-09 15:26:02 +02:00
|
|
|
|
|
|
|
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).
|
|
|
|
|
2017-12-15 16:38:29 +01:00
|
|
|
https://sourceforge.net/projects/e1000/files/iqvlinux/
|
2015-10-09 15:26:02 +02:00
|
|
|
|
|
|
|
comment "iqvlinux needs a Linux kernel to be built"
|
|
|
|
depends on !BR2_LINUX_KERNEL
|