From 1e2e5c66edff36e9fca2da66c85443251ea91ee2 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 9 Jun 2019 17:27:26 +0300 Subject: kernel: package Broadcom BNX2X driver bnx2x driver support for the x86 architecture. Includes module and firmware for Broadcom QLogic 5771x/578xx 10/20-Gigabit ethernet adapters. Signed-off-by: Petko Bordjukov Signed-off-by: Christian Lamparter [added +kmod-lib-zlib-inflate as well] --- target/linux/generic/config-4.14 | 1 + target/linux/generic/config-4.19 | 1 + target/linux/x86/config-4.14 | 1 + target/linux/x86/config-4.19 | 1 + 4 files changed, 4 insertions(+) (limited to 'target/linux') diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 8aaa54b8ff..b299f4a749 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -589,6 +589,7 @@ CONFIG_BLOCK=y # CONFIG_BNA is not set # CONFIG_BNX2 is not set # CONFIG_BNX2X is not set +# CONFIG_BNX2X_SRIOV is not set # CONFIG_BNXT is not set # CONFIG_BONDING is not set # CONFIG_BOOKE_WDT is not set diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 1b2f5c8d07..6b8497be4b 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -611,6 +611,7 @@ CONFIG_BLOCK=y # CONFIG_BNA is not set # CONFIG_BNX2 is not set # CONFIG_BNX2X is not set +# CONFIG_BNX2X_SRIOV is not set # CONFIG_BNXT is not set # CONFIG_BONDING is not set # CONFIG_BOOKE_WDT is not set diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index 014e7b275b..1388a995b7 100644 --- a/target/linux/x86/config-4.14 +++ b/target/linux/x86/config-4.14 @@ -363,6 +363,7 @@ CONFIG_PCI_GOANY=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GOMMCONFIG is not set +CONFIG_PCI_IOV=y CONFIG_PCI_LABEL=y CONFIG_PCI_LOCKLESS_CONFIG=y CONFIG_PCI_MSI=y diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19 index d8c2d966d0..316209c30c 100644 --- a/target/linux/x86/config-4.19 +++ b/target/linux/x86/config-4.19 @@ -354,6 +354,7 @@ CONFIG_PCI_GOANY=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GOMMCONFIG is not set +CONFIG_PCI_IOV=y CONFIG_PCI_LABEL=y CONFIG_PCI_LOCKLESS_CONFIG=y CONFIG_PCI_MSI=y -- cgit v1.2.3