Commit 1d398f636020ba8d3746115120db098f4a7ba287

Authored by Santosh Shilimkar
Committed by Sekhar Nori
1 parent 89327cfe60

connectivity.cfg: make advanced networking features as modules

Linux networking supports advanced networking features like
IPSEC, NETFILTERS, BRIDGING etc and should be enabled only
when user has specific usecase to use them. Thats why all
typical distros build them as modules so that all the
standard network usecases don't get any additional overhead
and specific case can load those modules when needed.

Lets align the config accordingly.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff

ti_config_fragments/connectivity.cfg
... ... @@ -5,4 +5,13 @@
5 5 #SATA
6 6 CONFIG_AHCI=m
7 7 CONFIG_SATA_AHCI_PLATFORM=m
  8 +
  9 +# Networking
  10 +CONFIG_NF_CONNTRACK=m
  11 +CONFIG_NF_CONNTRACK_IPV4=m
  12 +CONFIG_IP_NF_IPTABLES=m
  13 +CONFIG_IP_NF_FILTER=m
  14 +CONFIG_NF_NAT_IPV4=m
  15 +CONFIG_IP_NF_TARGET_MASQUERADE=m
  16 +CONFIG_BRIDGE=m