summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/cfg/containers.cfg
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-03-31 15:37:32 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2016-04-01 13:57:41 +0200
commit725726b13b3722cceb2fe2057685a8b3ca998a5e (patch)
tree82d1bb659d14208344fcfe747dc8c556570ea3cb /recipes-kernel/linux/files/cfg/containers.cfg
parent6ed7feb3608f6f2b1d951d4270aefcc3d8515cb7 (diff)
downloadmeta-enea-bsp-common-725726b13b3722cceb2fe2057685a8b3ca998a5e.tar.gz
linux/cfg: remove prefix from config fragments
Renamed kernel config fragments and provide them with prefix-free file names. Since prefixes are removed, README and associated script were also removed. References were updated within affected files. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'recipes-kernel/linux/files/cfg/containers.cfg')
-rw-r--r--recipes-kernel/linux/files/cfg/containers.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/cfg/containers.cfg b/recipes-kernel/linux/files/cfg/containers.cfg
new file mode 100644
index 0000000..aac7304
--- /dev/null
+++ b/recipes-kernel/linux/files/cfg/containers.cfg
@@ -0,0 +1,18 @@
1CONFIG_NAMESPACES=y
2CONFIG_UTS_NS=y
3CONFIG_IPC_NS=y
4CONFIG_USER_NS=y
5CONFIG_PID_NS=y
6CONFIG_NET_NS=y
7CONFIG_CGROUP_FREEZER=y
8CONFIG_CGROUP_DEVICE=y
9CONFIG_CGROUP_CPUACCT=y
10CONFIG_RESOURCE_COUNTERS=y
11CONFIG_CGROUP_SCHED=y
12CONFIG_BLK_CGROUP=y
13CONFIG_CPUSETS=y
14CONFIG_MEMCG=y
15CONFIG_MEMCG_KMEM=y
16CONFIG_VETH=y
17CONFIG_MACVLAN=y
18CONFIG_DEVPTS_MULTIPLE_INSTANCES=y