The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LVGL_MEM_POOL_KERNEL

Kernel space lvgl pool

Type: bool

Help

Use a dedicated memory pool in kernel space to allocate lvgl objects on

Direct dependencies

<choice: Memory pool>

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

Kconfig definition

At lib/gui/lvgl/Kconfig:149

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

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

config LVGL_MEM_POOL_KERNEL
    bool
    prompt "Kernel space lvgl pool" if <choice: Memory pool>
    depends on <choice: Memory pool>
    help
      Use a dedicated memory pool in kernel space to allocate lvgl objects
      on

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