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

NETWORKING

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig:579

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87

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.)