:orphan: .. title:: choice: Rendering Buffer Allocation .. _choice_396: .. describe:: choice: Rendering Buffer Allocation *Rendering Buffer Allocation* Type: ``bool`` Help ==== .. code-block:: none Type of allocation that should be used for allocating rendering buffers Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LVGL_BUFFER_ALLOC_STATIC ` Choice options ============== - \ :kconfig:`LVGL_BUFFER_ALLOC_STATIC ` - \ :kconfig:`LVGL_BUFFER_ALLOC_DYNAMIC ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.memory:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:25`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings .. code-block:: kconfig choice bool "Rendering Buffer Allocation" default LVGL_BUFFER_ALLOC_STATIC depends on LVGL help Type of allocation that should be used for allocating rendering buffers *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*