From 3d8b64f9397232f775c8354754f106a0187d78c1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 2 May 2024 09:52:15 +0200 Subject: [PATCH] aarch64: kernel: Enable DCB In order to make use of the DCB support in mv88e6xxx we also enable it in the kernel config. Fixes: 3a73ce3cfbd5 ("kernel: Import EtherType based priority override support") --- board/aarch64/linux_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/aarch64/linux_defconfig b/board/aarch64/linux_defconfig index 05f1f1c4..a1aad2d2 100644 --- a/board/aarch64/linux_defconfig +++ b/board/aarch64/linux_defconfig @@ -178,6 +178,7 @@ CONFIG_NET_SCHED=y CONFIG_NET_CLS_BASIC=y CONFIG_NET_CLS_BPF=y CONFIG_NET_CLS_FLOWER=y +CONFIG_DCB=y CONFIG_NETLINK_DIAG=y CONFIG_MPLS=y CONFIG_NET_MPLS_GSO=y