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
Kconfig definition
At <Zephyr>/lib/gui/lvgl/Kconfig.memory:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:8
→ <Zephyr>/lib/gui/Kconfig:4
→ <Zephyr>/lib/gui/lvgl/Kconfig:25
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings → Memory pool
config LVGL_MEM_POOL_KERNEL
bool "Kernel space lvgl pool"
depends on <choice>
help
Use a dedicated memory pool in kernel space to allocate lvgl objects
on
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)