summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
new file mode 100644
index 0000000000..70572188aa
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
@@ -0,0 +1,19 @@
1# Basic facilities that shall be present in all kernels
2
3# Needed to execute... anything (like init)
4CONFIG_BINFMT_ELF=y
5
6# Needed by at least the telephony daemon
7CONFIG_SIGNALFD=y
8
9# At least bootlogd requires this
10CONFIG_UNIX98_PTYS=y
11
12# Required for basic IPC and pthread locking support
13CONFIG_SYSVIPC=y
14CONFIG_FUTEX=y
15CONFIG_RT_MUTEXES=y
16
17CONFIG_PROC_FS=y
18CONFIG_SYSFS=y
19