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

Default

Choice options

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/net/Kconfig:83

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