ANDROID: GKI: Convert VLAN 8021Q as gki module

Sets following feature to module:
CONFIG_VLAN_8021Q: Create 8021Q vlan interfaces.

Bug: 232431151
Test: TH
Change-Id: I4728f03b04bb49f65838564c96f88d232cbf21e8
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
(cherry picked from commit 2cf15a5bbc4a8d7e8f33a31e1647ce1095150aaa)
This commit is contained in:
Ramji Jiyani
2022-11-14 23:15:13 +00:00
parent d1463bf566
commit dd503c2c08
4 changed files with 4 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ _common_gki_modules_list = [
"drivers/usb/serial/ftdi_sio.ko",
"drivers/usb/serial/usbserial.ko",
"mm/zsmalloc.ko",
"net/8021q/8021q.ko",
"net/can/can-bcm.ko",
"net/can/can-gw.ko",
"net/can/can-raw.ko",

View File

@@ -6,6 +6,7 @@ drivers/usb/class/cdc-acm.ko
drivers/usb/serial/ftdi_sio.ko
drivers/usb/serial/usbserial.ko
mm/zsmalloc.ko
net/8021q/8021q.ko
net/can/can-bcm.ko
net/can/can-gw.ko
net/can/can-raw.ko

View File

@@ -215,7 +215,7 @@ CONFIG_IP6_NF_RAW=y
CONFIG_TIPC=m
CONFIG_L2TP=y
CONFIG_BRIDGE=y
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q=m
CONFIG_6LOWPAN=y
CONFIG_IEEE802154=y
CONFIG_IEEE802154_6LOWPAN=y

View File

@@ -205,7 +205,7 @@ CONFIG_IP6_NF_RAW=y
CONFIG_TIPC=m
CONFIG_L2TP=y
CONFIG_BRIDGE=y
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q=m
CONFIG_6LOWPAN=y
CONFIG_IEEE802154=y
CONFIG_IEEE802154_6LOWPAN=y