From de5e53770533ca27557ef82d20673c5c325c64b8 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 26 Apr 2025 04:25:27 +0200 Subject: [PATCH] generic: 6.12: add missing symbol this symbol got picked up by the 6.12 UML conversion. CONFIG_FBNIC = FaceBook/Meta Platforms Host Network Interface it should be disabled by default in generic. Signed-off-by: Christian Lamparter --- target/linux/generic/config-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index 7349ab371d5..db70f392205 100644 --- a/target/linux/generic/config-6.12 +++ b/target/linux/generic/config-6.12 @@ -2054,6 +2054,7 @@ CONFIG_FB_NOTIFY=y # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set +# CONFIG_FBNIC is not set # CONFIG_FCOE is not set # CONFIG_FCOE_FNIC is not set # CONFIG_FDDI is not set