The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Kconfig definition

At subsys/net/ip/Kconfig:453

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

Menu path: (top menu) → Networking → IP stack

choice
    bool
    prompt "Network packet data allocator type" if NETWORKING
    default NET_BUF_FIXED_DATA_SIZE if NETWORKING
    depends on NETWORKING
    help
      Select the memory allocator for the network buffers that hold the
      packet data.

(Definitions include propagated dependencies, including from if’s and menus.)