summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2018-04-27 10:39:54 +0100
committerPeter Robinson <pbrobinson@gmail.com>2018-04-27 10:39:54 +0100
commita84b00ced845c02dae9672b52e6abb1bd7d8efc2 (patch)
treecd29fdf331fe15181decd042cb15a0da3b1de175
parent228f26645a49ab1a317e18535a8d63977d776548 (diff)
downloadkernel-a84b00ced845c02dae9672b52e6abb1bd7d8efc2.tar.gz
kernel-a84b00ced845c02dae9672b52e6abb1bd7d8efc2.tar.xz
kernel-a84b00ced845c02dae9672b52e6abb1bd7d8efc2.zip
Enable QLogic NICs on ARM
-rw-r--r--configs/fedora/generic/arm/CONFIG_NET_VENDOR_QLOGIC1
-rw-r--r--kernel-aarch64-debug.config2
-rw-r--r--kernel-aarch64.config2
-rw-r--r--kernel-armv7hl-debug.config2
-rw-r--r--kernel-armv7hl-lpae-debug.config2
-rw-r--r--kernel-armv7hl-lpae.config2
-rw-r--r--kernel-armv7hl.config2
-rw-r--r--kernel.spec3
8 files changed, 9 insertions, 7 deletions
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 <pbrobinson@fedoraproject.org>
+- Enable QLogic NICs on ARM
+
* Thu Apr 26 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc2.git2.1
- Linux v4.17-rc2-104-g69bfd470f462