From 164a702e6e4fe3867e5abd5a0a618dab1baf251d Mon Sep 17 00:00:00 2001 From: lihaibo Date: Fri, 27 Sep 2024 20:32:25 +0800 Subject: [PATCH] update: enable posix message queue --- .../chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 b/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 index d92e47544..f8b4c52cb 100755 --- a/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 +++ b/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 @@ -50,7 +50,7 @@ CONFIG_KERNEL_LZ4=y CONFIG_DEFAULT_HOSTNAME="(none)" # CONFIG_SWAP is not set CONFIG_SYSVIPC=y -# CONFIG_POSIX_MQUEUE is not set +CONFIG_POSIX_MQUEUE=y CONFIG_CROSS_MEMORY_ATTACH=y # CONFIG_FHANDLE is not set # CONFIG_USELIB is not set