ANDROID: GKI: Convert TIPC to gki modules

Converts following networking features to modules:

CONFIG_TIPC: The Transparent Inter Process Communication (TIPC) protocol.
CONFIG_TIPC_DIAG: TIPC: socket monitoring interface

Bug: 232431151
Test: TH
Change-Id: I370cc7a34f67222b619107d773cc4a13edd6b538
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
(cherry picked from commit e516a098e2)
This commit is contained in:
Ramji Jiyani
2022-11-14 22:33:29 +00:00
parent 07650916af
commit d1463bf566
4 changed files with 6 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ _common_gki_modules_list = [
"net/can/can-gw.ko",
"net/can/can-raw.ko",
"net/mac80211/mac80211.ko",
"net/tipc/diag.ko",
"net/tipc/tipc.ko",
"net/wireless/cfg80211.ko",
]

View File

@@ -10,5 +10,7 @@ net/can/can-bcm.ko
net/can/can-gw.ko
net/can/can-raw.ko
net/mac80211/mac80211.ko
net/tipc/diag.ko
net/tipc/tipc.ko
net/wireless/cfg80211.ko

View File

@@ -212,7 +212,7 @@ CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_RAW=y
CONFIG_TIPC=y
CONFIG_TIPC=m
CONFIG_L2TP=y
CONFIG_BRIDGE=y
CONFIG_VLAN_8021Q=y

View File

@@ -202,7 +202,7 @@ CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_RAW=y
CONFIG_TIPC=y
CONFIG_TIPC=m
CONFIG_L2TP=y
CONFIG_BRIDGE=y
CONFIG_VLAN_8021Q=y