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:
parent
c9a21363a1
commit
ed7a5f31c2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue