From a84b00ced845c02dae9672b52e6abb1bd7d8efc2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 27 Apr 2018 10:39:54 +0100 Subject: [PATCH] Enable QLogic NICs on ARM --- configs/fedora/generic/arm/CONFIG_NET_VENDOR_QLOGIC | 1 - kernel-aarch64-debug.config | 2 +- kernel-aarch64.config | 2 +- kernel-armv7hl-debug.config | 2 +- kernel-armv7hl-lpae-debug.config | 2 +- kernel-armv7hl-lpae.config | 2 +- kernel-armv7hl.config | 2 +- kernel.spec | 3 +++ 8 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 configs/fedora/generic/arm/CONFIG_NET_VENDOR_QLOGIC diff --git a/configs/fedora/generic/arm/CONFIG_NET_VENDOR_QLOGIC b/configs/fedora/generic/arm/CONFIG_NET_VENDOR_QLOGIC deleted file mode 100644 index 700f6a5e2..000000000 --- a/configs/fedora/generic/arm/CONFIG_NET_VENDOR_QLOGIC +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_NET_VENDOR_QLOGIC is not set diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index a5e4762b0..0937f8e64 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -3724,7 +3724,7 @@ CONFIG_NET_VENDOR_NETRONOME=y # CONFIG_NET_VENDOR_NI is not set CONFIG_NET_VENDOR_NVIDIA=y CONFIG_NET_VENDOR_OKI=y -# CONFIG_NET_VENDOR_QLOGIC is not set +CONFIG_NET_VENDOR_QLOGIC=y CONFIG_NET_VENDOR_QUALCOMM=y CONFIG_NET_VENDOR_RDC=y CONFIG_NET_VENDOR_REALTEK=y diff --git a/kernel-aarch64.config b/kernel-aarch64.config index 9ec457e8c..49be9c861 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -3702,7 +3702,7 @@ CONFIG_NET_VENDOR_NETRONOME=y # CONFIG_NET_VENDOR_NI is not set CONFIG_NET_VENDOR_NVIDIA=y CONFIG_NET_VENDOR_OKI=y -# CONFIG_NET_VENDOR_QLOGIC is not set +CONFIG_NET_VENDOR_QLOGIC=y CONFIG_NET_VENDOR_QUALCOMM=y CONFIG_NET_VENDOR_RDC=y CONFIG_NET_VENDOR_REALTEK=y diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config index 07638ed25..52d08b6e5 100644 --- a/kernel-armv7hl-debug.config +++ b/kernel-armv7hl-debug.config @@ -3938,7 +3938,7 @@ CONFIG_NET_VENDOR_NETRONOME=y # CONFIG_NET_VENDOR_NI is not set CONFIG_NET_VENDOR_NVIDIA=y CONFIG_NET_VENDOR_OKI=y -# CONFIG_NET_VENDOR_QLOGIC is not set +CONFIG_NET_VENDOR_QLOGIC=y # CONFIG_NET_VENDOR_QUALCOMM is not set CONFIG_NET_VENDOR_RDC=y CONFIG_NET_VENDOR_REALTEK=y diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config index 45ca168cb..0127b52d0 100644 --- a/kernel-armv7hl-lpae-debug.config +++ b/kernel-armv7hl-lpae-debug.config @@ -3761,7 +3761,7 @@ CONFIG_NET_VENDOR_NETRONOME=y # CONFIG_NET_VENDOR_NI is not set CONFIG_NET_VENDOR_NVIDIA=y CONFIG_NET_VENDOR_OKI=y -# CONFIG_NET_VENDOR_QLOGIC is not set +CONFIG_NET_VENDOR_QLOGIC=y # CONFIG_NET_VENDOR_QUALCOMM is not set CONFIG_NET_VENDOR_RDC=y CONFIG_NET_VENDOR_REALTEK=y diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config index 1cbfe127f..4320defa8 100644 --- a/kernel-armv7hl-lpae.config +++ b/kernel-armv7hl-lpae.config @@ -3739,7 +3739,7 @@ CONFIG_NET_VENDOR_NETRONOME=y # CONFIG_NET_VENDOR_NI is not set CONFIG_NET_VENDOR_NVIDIA=y CONFIG_NET_VENDOR_OKI=y -# CONFIG_NET_VENDOR_QLOGIC is not set +CONFIG_NET_VENDOR_QLOGIC=y # CONFIG_NET_VENDOR_QUALCOMM is not set CONFIG_NET_VENDOR_RDC=y CONFIG_NET_VENDOR_REALTEK=y diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config index 459d5113c..b9a9121e8 100644 --- a/kernel-armv7hl.config +++ b/kernel-armv7hl.config @@ -3916,7 +3916,7 @@ CONFIG_NET_VENDOR_NETRONOME=y # CONFIG_NET_VENDOR_NI is not set CONFIG_NET_VENDOR_NVIDIA=y CONFIG_NET_VENDOR_OKI=y -# CONFIG_NET_VENDOR_QLOGIC is not set +CONFIG_NET_VENDOR_QLOGIC=y # CONFIG_NET_VENDOR_QUALCOMM is not set CONFIG_NET_VENDOR_RDC=y CONFIG_NET_VENDOR_REALTEK=y diff --git a/kernel.spec b/kernel.spec index b9a70e9b2..b86f9e501 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1878,6 +1878,9 @@ fi # # %changelog +* Fri Apr 27 2018 Peter Robinson +- Enable QLogic NICs on ARM + * Thu Apr 26 2018 Justin M. Forbes - 4.17.0-0.rc2.git2.1 - Linux v4.17-rc2-104-g69bfd470f462