kernel: Update CONFIG_PIPES Kconfig description

Updates the CONFIG_PIPES Kconfig description to add a note that
enabling it will cause a slight increase to the thread structure.
This mirrors a similar comment in CONFIG_EVENTS.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2024-05-29 11:44:10 -04:00 committed by Anas Nashif
commit ed7a5f31c2

View file

@ -704,6 +704,9 @@ config PIPES
allows a thread to send a byte stream to another thread. Pipes can allows a thread to send a byte stream to another thread. Pipes can
be used to synchronously transfer chunks of data in whole or in part. be used to synchronously transfer chunks of data in whole or in part.
Note that setting this option slightly increases the size of the
thread structure.
config KERNEL_MEM_POOL config KERNEL_MEM_POOL
bool "Use Kernel Memory Pool" bool "Use Kernel Memory Pool"
default y default y