blob: d28ed345b6a27d85798e8ac98eaf7cacbe05fe98 [file] [log] [blame]
# Copyright (c) 2023 Meta
#
# SPDX-License-Identifier: Apache-2.0
source "lib/posix/Kconfig.template.with_url"
source "lib/posix/Kconfig.template.with_logging"
# Not user configurable (i.e. private for now)
config $(TYPE)
bool "POSIX $(type) support"
depends on PTHREAD_IPC
default y
help
Support for $(TYPE)
For more info, see
$(posix-url-base)/$(type-function).html
# eventually, this size should be defaulted to 0
config MAX_$(TYPE)_COUNT
int "Maximum simultaneously active $(type) in POSIX application"
default 5
depends on $(TYPE)
help
Maximum simultaneously active $(type) in a POSIX application.