summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
blob: 70572188aa91dc8669fb8384f8e50f84aa9f4812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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