CONFIG_RING_BUFFER

Enable ring buffers

Type: bool

Help

Enable usage of ring buffers. This is similar to kernel FIFOs but ring buffers manage their own buffer memory and can store arbitrary data. For optimal performance, use buffer sizes that are a power of 2.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At lib/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:33

Menu path: (top menu) → Additional libraries

config RING_BUFFER
    bool
    prompt "Enable ring buffers"
    help
      Enable usage of ring buffers. This is similar to kernel FIFOs but ring
      buffers manage their own buffer memory and can store arbitrary data.
      For optimal performance, use buffer sizes that are a power of 2.

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