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