third_party/linux: enable QLogic FastLinQ NICs

These are still used in the wild, enable them in our kernel config.

Change-Id: Idbe967609302b77edaa85853203dfaee4cd07852
Reviewed-on: https://review.monogon.dev/c/monogon/+/4392
Tested-by: Jenkins CI
Reviewed-by: Jan Schär <jan@monogon.tech>
diff --git a/third_party/linux/kconfig-aarch64 b/third_party/linux/kconfig-aarch64
index ffd142d..277bcd4 100644
--- a/third_party/linux/kconfig-aarch64
+++ b/third_party/linux/kconfig-aarch64
@@ -417,6 +417,9 @@
 # CONFIG_NET_VENDOR_PENSANDO is not set
 CONFIG_QLA3XXX=y
 CONFIG_QLCNIC=m
+CONFIG_NETXEN_NIC=m
+CONFIG_QED=m
+CONFIG_QEDE=m
 CONFIG_BNA=m
 CONFIG_QCOM_EMAC=y
 CONFIG_R8169=m
diff --git a/third_party/linux/kconfig-x86_64 b/third_party/linux/kconfig-x86_64
index 87b299c..6452083 100644
--- a/third_party/linux/kconfig-x86_64
+++ b/third_party/linux/kconfig-x86_64
@@ -289,6 +289,9 @@
 # CONFIG_NET_VENDOR_PENSANDO is not set
 CONFIG_QLA3XXX=y
 CONFIG_QLCNIC=m
+CONFIG_NETXEN_NIC=m
+CONFIG_QED=m
+CONFIG_QEDE=m
 CONFIG_BNA=m
 CONFIG_QCOM_EMAC=y
 CONFIG_R8169=m