- choice: Memory pool
Memory pool
Type: bool
Help¶
Memory pool to use for lvgl allocated objects
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At lib/gui/lvgl/Kconfig.memory:15
Included via Kconfig:8
→ Kconfig.zephyr:33
→ lib/Kconfig:8
→ lib/gui/Kconfig:4
→ lib/gui/lvgl/Kconfig:25
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings
choice
bool "Memory pool"
default LVGL_MEM_POOL_HEAP_KERNEL
depends on LVGL
help
Memory pool to use for lvgl allocated objects
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)