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