aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
deleted file mode 100644
index 70572188aa..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
+++ /dev/null
@@ -1,19 +0,0 @@
-# Basic facilities that shall be present in all kernels
-
-# Needed to execute... anything (like init)
-CONFIG_BINFMT_ELF=y
-
-# Needed by at least the telephony daemon
-CONFIG_SIGNALFD=y
-
-# At least bootlogd requires this
-CONFIG_UNIX98_PTYS=y
-
-# Required for basic IPC and pthread locking support
-CONFIG_SYSVIPC=y
-CONFIG_FUTEX=y
-CONFIG_RT_MUTEXES=y
-
-CONFIG_PROC_FS=y
-CONFIG_SYSFS=y
-