:orphan: .. title:: CONFIG_RING_BUFFER .. kconfig:: CONFIG_RING_BUFFER CONFIG_RING_BUFFER ################## *Enable ring buffers* Type: ``bool`` Help ==== .. code-block:: none 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:`IPM_CONSOLE_RECEIVER ` - \ :kconfig:`NET_PPP ` - \ :kconfig:`ENTROPY_CC13XX_CC26XX_RNG ` - \ :kconfig:`MODEM_RECEIVER ` - \ :kconfig:`MODEM_IFACE_UART ` - \ :kconfig:`OSDP ` - \ :kconfig:`OPENTHREAD_COPROCESSOR ` - \ :kconfig:`SHELL_BACKEND_SERIAL ` - \ :kconfig:`SHELL_HISTORY ` - \ :kconfig:`USB_CDC_ACM ` - \ :kconfig:`TEST_BUSY_SIM ` - \ :kconfig:`TRACING_SYNC ` - \ :kconfig:`TRACING_ASYNC ` Kconfig definition ================== At ``/os/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig config RING_BUFFER bool "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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*