mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
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 <koen@dominion.thruhere.net>
This commit is contained in:
parent
6fd8f0e07a
commit
08dfe98af6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user