:orphan: .. title:: RING_BUFFER .. option:: 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 =============================== - \ :option:`IPM_CONSOLE_RECEIVER ` - \ :option:`NET_PPP ` - \ :option:`ENTROPY_CC13XX_CC26XX_RNG ` - \ :option:`MODEM_RECEIVER ` - \ :option:`MODEM_IFACE_UART ` - \ :option:`OSDP ` - \ :option:`OPENTHREAD_COPROCESSOR ` - \ :option:`SHELL_BACKEND_SERIAL ` - \ :option:`SHELL_HISTORY ` - \ :option:`USB_CDC_ACM ` - \ :option:`TRACING_SYNC ` - \ :option:`TRACING_ASYNC ` Kconfig definition ================== .. highlight:: kconfig At ``lib/os/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:16`` Menu path: (Top) → Additional libraries → OS Support Library .. parsed-literal:: 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.)*