:orphan: .. title:: MCUX_ELCDIF_POOL_BLOCK_NUM .. option:: CONFIG_MCUX_ELCDIF_POOL_BLOCK_NUM *Number of memory pool blocks* Type: ``int`` Help ==== .. code-block:: none Number of blocks in the frame buffer memory pool. Direct dependencies =================== \ :option:`DISPLAY_MCUX_ELCDIF ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/display/Kconfig.mcux_elcdif:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:72`` → ``/display/Kconfig:18`` Menu path: (Top) → Device Drivers → Display Drivers → MCUX eLCDIF driver .. code-block:: kconfig config MCUX_ELCDIF_POOL_BLOCK_NUM int "Number of memory pool blocks" default 2 depends on DISPLAY_MCUX_ELCDIF && DISPLAY help Number of blocks in the frame buffer memory pool. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*