Skip to content

Commit 9e441de

Browse files
authored
coreos-modules: move mana kmod to commonconfig (#2723)
This change moves CONFIG_MICROSOFT_MANA=m from amd64_defconfig-6.6 to commonconfig-6.6 to support the MANA network driver on ARM64 instances, too. Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
1 parent 259a318 commit 9e441de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ CONFIG_MEMORY_FAILURE=y
8282
CONFIG_MEMORY_HOTPLUG=y
8383
CONFIG_MEMORY_HOTREMOVE=y
8484
CONFIG_MEM_SOFT_DIRTY=y
85-
CONFIG_MICROSOFT_MANA=m
8685
CONFIG_MMC_SDHCI_ACPI=m
8786
# CONFIG_MOUSE_PS2_LIFEBOOK is not set
8887
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ CONFIG_MEGARAID_NEWGEN=y
444444
CONFIG_MEGARAID_SAS=m
445445
CONFIG_MEMCG=y
446446
CONFIG_MEMTEST=y
447+
CONFIG_MICROSOFT_MANA=m
447448
CONFIG_MINIX_SUBPARTITION=y
448449
# CONFIG_MLX4_DEBUG is not set
449450
CONFIG_MLX4_EN=m

0 commit comments

Comments
 (0)