| commit | edb3b3ad467533231dcd041c71d7370401bf12eb | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon Jul 07 11:18:56 2025 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Jul 07 12:00:13 2025 +0000 |
| tree | 3e9a38e5752d841bc1582d920e40bcc577a6018e | |
| parent | 3545df32f717c806d2610bbdc2bceaa6645069e2 [diff] |
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