summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2024-02-05 15:44:47 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2024-02-12 11:55:34 -0600
commit8ea42893775aafa0436e0a734cfa0df4eb957c72 (patch)
tree0107fce8539ca86709e83ea96518e2df31656d82
parentd38539e89fc284b979dbbd3bd78fb54ad1e70b18 (diff)
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 <sinthu.raja@ti.com>
-rw-r--r--arch/arm/configs/multi_v7_defconfig2
1 files changed, 2 insertions, 0 deletions
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