From 82f634cade004dd002e38b4b7eab9769c79bd5f9 Mon Sep 17 00:00:00 2001 From: Victor Shutemov Date: Tue, 14 Dec 2021 18:09:07 +0100 Subject: [PATCH] ANDROID: GKI: Add VLAN_8021Q VLAN_8021Q is needed for haleytek vehicle projects. It's not possible to add as a vendor module since building as module changes built-in data structures. Bug: 210119134 Signed-off-by: Victor Shutemov Change-Id: I2098a3bc2fe25bfb3cc69cac947ab4b94c1f5e7f --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index e83d2de7e517..1b5b9965d0c9 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -219,6 +219,7 @@ CONFIG_IP6_NF_RAW=y CONFIG_TIPC=y CONFIG_L2TP=y CONFIG_BRIDGE=y +CONFIG_VLAN_8021Q=y CONFIG_6LOWPAN=y CONFIG_IEEE802154=y CONFIG_IEEE802154_6LOWPAN=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index a264306054ff..d71d7933c837 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -201,6 +201,7 @@ CONFIG_IP6_NF_RAW=y CONFIG_TIPC=y CONFIG_L2TP=y CONFIG_BRIDGE=y +CONFIG_VLAN_8021Q=y CONFIG_6LOWPAN=y CONFIG_IEEE802154=y CONFIG_IEEE802154_6LOWPAN=y