summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
blob: ab6d1eed562fe7f4c8b3f3850403350ac419093d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# +246k bzImage

# Basic socket support
CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NLATTR=y

# INET TCP/IP
CONFIG_INET=y
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"

# Disable certain new defaults
# bzImage ~ -200k
# Using allnoconfig internally would eliminate the need for this
# CONFIG_XFRM is not set
# CONFIG_IPV6 is not set
# CONFIG_WIRELESS is not set
# CONFIG_IPCOMP_XFRM is not set
# IPSEC
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
#
# CONFIG_INET_DIAG is not set