:orphan: .. title:: CONFIG_LVGL_MEM_POOL_KERNEL .. kconfig:: CONFIG_LVGL_MEM_POOL_KERNEL CONFIG_LVGL_MEM_POOL_KERNEL ########################### *Kernel space lvgl pool* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/gui/lvgl/Kconfig.memory:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:25`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings → Memory pool .. code-block:: kconfig config LVGL_MEM_POOL_KERNEL bool "Kernel space lvgl pool" depends on 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.)*