From 8ea42893775aafa0436e0a734cfa0df4eb957c72 Mon Sep 17 00:00:00 2001 From: Sinthu Raja Date: Mon, 5 Feb 2024 15:44:47 +0530 Subject: arm: configs: omap5: enable posix mqueue and BSD process accounting Enable POSIX message queue for a priority driven IPC and also, enable BSD process accounting to allow user space program to write process accounting information to a file Signed-off-by: Sinthu Raja --- arch/arm/configs/multi_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 73a42afb9bdc..9ea95683abae 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1,10 +1,12 @@ CONFIG_SYSVIPC=y +CONFIG_POSIX_MQUEUE=y CONFIG_NO_HZ_IDLE=y CONFIG_HIGH_RES_TIMERS=y CONFIG_PREEMPT=y CONFIG_CGROUPS=y CONFIG_NAMESPACES=y CONFIG_USER_NS=y +CONFIG_BSD_PROCESS_ACCT=y CONFIG_BLK_DEV_INITRD=y CONFIG_EMBEDDED=y CONFIG_PERF_EVENTS=y -- cgit v1.2.3