- choice: Network packet data allocator type
Network packet data allocator type
Type: bool
Help¶
Select the memory allocator for the network buffers that hold the
packet data.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At subsys/net/ip/Kconfig:651
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:39
→ subsys/net/Kconfig:89
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
choice
bool "Network packet data allocator type"
default NET_BUF_FIXED_DATA_SIZE
depends on NETWORKING
help
Select the memory allocator for the network buffers that hold the
packet data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)