-
CONFIG_LVGL_MEM_POOL_HEAP_KERNEL
¶
Kernel Heap
Type: bool
Help¶
Use k_malloc and k_free to allocate objects on the kernel heap
Direct dependencies¶
HEAP_MEM_POOL_SIZE
!= 0 && <choice: Memory pool>
(Includes any dependencies from if’s and menus.)
Kconfig definition¶
At lib/gui/lvgl/Kconfig:137
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
Menu path: (top menu) → Additional libraries → Graphical user interface → Memory pool
config LVGL_MEM_POOL_HEAP_KERNEL bool prompt "Kernel Heap" ifHEAP_MEM_POOL_SIZE
!= 0 && <choice: Memory pool> depends onHEAP_MEM_POOL_SIZE
!= 0 && <choice: Memory pool> help Use k_malloc and k_free to allocate objects on the kernel heap
(Definitions include propagated dependencies, including from if’s and menus.)