Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dab93222dac6e4c7344dbfc44e0abe21f34d0eba
/
.
/
lib
/
posix
/
options
/
Kconfig.stropts
blob: 347f0f33c150af340cb49f8dd8640cc26a827a06 [
file
] [
log
] [
blame
]
# copyright (c) 2024 Abhinav Srivastava
#
# SPDX-License-Identifier: Apache-2.0
config POSIX_PUTMSG
bool
"Support for putmsg function"
default
y
if
POSIX_API
help
This
option provides support
for
the putmsg
function
used
in
message passing
.