:orphan: .. title:: choice: Memory pool .. _choice_477: .. describe:: choice: Memory pool *Memory pool* Type: ``bool`` Help ==== .. code-block:: none Memory pool to use for lvgl allocated objects Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LVGL_MEM_POOL_HEAP_KERNEL ` Choice options ============== - \ :kconfig:`LVGL_MEM_POOL_HEAP_KERNEL ` - \ :kconfig:`LVGL_MEM_POOL_HEAP_LIB_C ` - \ :kconfig:`LVGL_MEM_POOL_KERNEL ` - \ :kconfig:`LVGL_MEM_POOL_USER ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.memory:15`` 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 "Memory pool" default LVGL_MEM_POOL_HEAP_KERNEL depends on LVGL help Memory pool to use for lvgl allocated objects *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*