From 9e660c05e914b30f6cc0d63f5409ccafec60c9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Mon, 2 Mar 2020 14:54:35 +0100 Subject: [PATCH] sys-kernel: Add qede driver module This change was done upstream but did not get picked up in the build branches. Since we add it manually now, we can add it for arm64, too. --- .../sys-kernel/coreos-modules/files/commonconfig-4.19 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.19 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.19 index 6784260800..72809bec99 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.19 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.19 @@ -746,6 +746,8 @@ CONFIG_PRINTK_TIME=y # CONFIG_PRINT_QUOTA_WARNING is not set CONFIG_PROC_KCORE=y CONFIG_PROFILING=y +CONFIG_QED=m +CONFIG_QEDE=m CONFIG_QFMT_V2=m CONFIG_QLGE=m CONFIG_QED=m