diff --git a/lib/posix/options/Kconfig.semaphore b/lib/posix/options/Kconfig.semaphore index b6b839c9b1f..b2640d97041 100644 --- a/lib/posix/options/Kconfig.semaphore +++ b/lib/posix/options/Kconfig.semaphore @@ -33,4 +33,7 @@ config POSIX_SEM_NAMELEN_MAX Maximum length of name for a named semaphore. The max value of 255 corresponds to {NAME_MAX}. +config HEAP_MEM_POOL_ADD_SIZE_POSIX_SEMAPHORES + def_int 256 + endif # POSIX_SEMAPHORES