Skip to content

posix: options: don't imply POSIX_MESSAGE_PASSING #88538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/posix/options/Kconfig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ config POSIX_API
select POSIX_NETWORKING if NETWORKING # inet_ntoa(), socket(), etc
imply EVENTFD # eventfd(), eventfd_read(), eventfd_write()
imply POSIX_FD_MGMT # open(), close(), read(), write()
imply POSIX_MESSAGE_PASSING # mq_open(), etc
imply POSIX_MULTI_PROCESS # sleep(), getpid(), etc
help
This option enables the required POSIX System Interfaces (base definitions), all of PSE51,
Expand Down
3 changes: 3 additions & 0 deletions lib/posix/options/Kconfig.pthread
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ menuconfig POSIX_THREADS

if POSIX_THREADS

config HEAP_MEM_POOL_ADD_SIZE_POSIX_THREADS
def_int 256

config POSIX_THREAD_THREADS_MAX
int "Maximum number of POSIX threads"
default 5
Expand Down