summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-12-14 15:13:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:28 +0000
commit95ba9b7d3003dfa99a2b866979189d1075227868 (patch)
tree420b64a3a96350d59665bd31b8acc054a7837fc4 /meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
parentb5d6121bbb1186a1c36a29091f82501d3af6888a (diff)
downloadpoky-95ba9b7d3003dfa99a2b866979189d1075227868.tar.gz
linux-yocto-tiny: New kernel recipe for tiny distros
linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. (From OE-Core rev: 8a76f80cabb8df5959707ee708f2c00b28a784e7) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
new file mode 100644
index 0000000000..ab6d1eed56
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
@@ -0,0 +1,26 @@
1# +246k bzImage
2
3# Basic socket support
4CONFIG_NET=y
5CONFIG_UNIX=y
6CONFIG_NETWORK_FILESYSTEMS=y
7CONFIG_NLATTR=y
8
9# INET TCP/IP
10CONFIG_INET=y
11CONFIG_TCP_CONG_CUBIC=y
12CONFIG_DEFAULT_TCP_CONG="cubic"
13
14# Disable certain new defaults
15# bzImage ~ -200k
16# Using allnoconfig internally would eliminate the need for this
17# CONFIG_XFRM is not set
18# CONFIG_IPV6 is not set
19# CONFIG_WIRELESS is not set
20# CONFIG_IPCOMP_XFRM is not set
21# IPSEC
22# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
23# CONFIG_INET_XFRM_MODE_TUNNEL is not set
24# CONFIG_INET_XFRM_MODE_BEET is not set
25#
26# CONFIG_INET_DIAG is not set