The latest development version of this page may be more current than this released 2.7.5 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 ifs and menus.)

Kconfig definition

At lib/gui/lvgl/Kconfig.memory:21

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:8lib/gui/Kconfig:4lib/gui/lvgl/Kconfig:25

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings → Memory pool

config LVGL_MEM_POOL_HEAP_KERNEL
    bool "Kernel Heap"
    depends on HEAP_MEM_POOL_SIZE != 0 && <choice>
    help
      Use k_malloc and k_free to allocate objects on the kernel heap

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)