The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LVGL_MEM_POOL_HEAP_KERNEL

Kernel Heap

Type: bool

Help

Use k_malloc and k_free to allocate objects on the kernel heap

Direct dependencies

HEAP_MEM_POOL_SIZE != 0 && <choice: Memory pool>

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

Kconfig definition

At lib/gui/lvgl/Kconfig:137

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_HEAP_KERNEL
    bool
    prompt "Kernel Heap" if HEAP_MEM_POOL_SIZE != 0 && <choice: Memory pool>
    depends on HEAP_MEM_POOL_SIZE != 0 && <choice: Memory pool>
    help
      Use k_malloc and k_free to allocate objects on the kernel heap

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