CONFIG_MPSC_CLEAR_ALLOCATED
Clear allocated packet
Type: bool
Help
When enabled packet space is zeroed before returning from allocation.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/lib/os/Kconfig:133
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:10
Menu path: (Top) → Additional libraries → OS Support Library
config MPSC_CLEAR_ALLOCATED
bool "Clear allocated packet"
depends on MPSC_PBUF
help
When enabled packet space is zeroed before returning from allocation.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)