]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/iqvlinux/Config.in
iqvlinux: add patch to support Linux kernel 4.12 and later
[coffee/buildroot.git] / package / iqvlinux / Config.in
1 config BR2_PACKAGE_IQVLINUX
2         bool "iqvlinux"
3         depends on BR2_LINUX_KERNEL
4         help
5           Intel Ethernet Adapter Debug Driver for Linux (iqvlinux).
6
7           Officially supports kernel versions 2.6.x up through 4.0.x but
8           the Buildroot package contains a patch to allow it to be built
9           on newer kernel versions.
10
11           This debug driver supports all Intel's networking Tools based
12           on the SDK version 2.19.36.0 or higher which support Intel
13           Ethernet chip including e1000, e1000e, i210...
14
15           Note: This driver requires PCI support to be enabled
16           (i.e. CONFIG_PCI).
17
18           https://sourceforge.net/projects/e1000/files/iqvlinux/
19
20 comment "iqvlinux needs a Linux kernel to be built"
21         depends on !BR2_LINUX_KERNEL