:orphan: .. title:: CONFIG_LVGL_MEM_POOL_HEAP_KERNEL .. kconfig:: CONFIG_LVGL_MEM_POOL_HEAP_KERNEL CONFIG_LVGL_MEM_POOL_HEAP_KERNEL ################################ *Kernel Heap* Type: ``bool`` Help ==== .. code-block:: none Use k_malloc and k_free to allocate objects on the kernel heap Direct dependencies =================== \ :kconfig:`HEAP_MEM_POOL_SIZE ` != 0 && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/gui/lvgl/Kconfig.memory:21`` 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_HEAP_KERNEL bool "Kernel Heap" depends on HEAP_MEM_POOL_SIZE != 0 && help Use k_malloc and k_free to allocate objects on the kernel heap *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*