:orphan: .. title:: CONFIG_LVGL_MEM_POOL_USER .. kconfig:: CONFIG_LVGL_MEM_POOL_USER CONFIG_LVGL_MEM_POOL_USER ######################### *User space lvgl pool* Type: ``bool`` Help ==== .. code-block:: none Use a dedicated memory pool in user space to allocate lvgl objects on Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/gui/lvgl/Kconfig.memory:39`` 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_USER bool "User space lvgl pool" depends on help Use a dedicated memory pool in user space to allocate lvgl objects on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*