From 08dfe98af647dc84161a8a60c209ace3ca4de60c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jul 2015 10:43:15 +0200 Subject: [PATCH] linux defconfig: add more kernel features: * Fhandle: unbreak serial port console in systemd * ikconfig: have /proc/config.gz available for reference sysvipc, mqueues and bpf are useful for userspace that is more than just busybox. Signed-off-by: Koen Kooi --- recipes-kernel/linux/linux/defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes-kernel/linux/linux/defconfig b/recipes-kernel/linux/linux/defconfig index 513ce47..6b08b39 100644 --- a/recipes-kernel/linux/linux/defconfig +++ b/recipes-kernel/linux/linux/defconfig @@ -1,6 +1,13 @@ +CONFIG_SYSVIPC=y +CONFIG_POSIX_MQUEUE=y +CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +CONFIG_SCHED_AUTOGROUP=y CONFIG_BLK_DEV_INITRD=y +CONFIG_BPF_SYSCALL=y CONFIG_PERF_EVENTS=y CONFIG_MODULES=y CONFIG_ARCH_SUNXI=y