:orphan: .. title:: LVGL_MEM_POOL_KERNEL .. option:: 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.memory:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:25`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings → Memory pool .. parsed-literal:: config LVGL_MEM_POOL_KERNEL bool "Kernel space lvgl pool" depends on \ :ref:` ` 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.)*