:orphan: .. title:: CONFIG_KERNEL_MEM_POOL .. kconfig:: CONFIG_KERNEL_MEM_POOL CONFIG_KERNEL_MEM_POOL ###################### *Use Kernel Memory Pool* Type: ``bool`` Help ==== .. code-block:: none Enable the use of kernel memory pool. Say y if unsure. Default ======= - y Kconfig definition ================== At ``/Kconfig:511`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Other Kernel Object Options .. code-block:: kconfig config KERNEL_MEM_POOL bool "Use Kernel Memory Pool" default y help Enable the use of kernel memory pool. Say y if unsure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*