The latest development version of this page may be more current than this released 1.14.1 version.
choice: Memory pool

Memory pool

Type: bool

Help

Memory pool to use for lvgl allocated objects

Direct dependencies

LVGL

(Includes any dependencies from if’s and menus.)

Kconfig definition

At lib/gui/lvgl/Kconfig:131

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9

Menu path: (top menu) → Additional libraries → Graphical user interface

choice
    bool
    prompt "Memory pool" if LVGL
    default LVGL_MEM_POOL_HEAP_KERNEL if LVGL
    depends on LVGL
    help
      Memory pool to use for lvgl allocated objects

(Definitions include propagated dependencies, including from if’s and menus.)