:orphan: .. title:: CONFIG_MCUX_ELCDIF_POOL_BLOCK_MAX .. kconfig:: CONFIG_MCUX_ELCDIF_POOL_BLOCK_MAX CONFIG_MCUX_ELCDIF_POOL_BLOCK_MAX ################################# *Maximum memory pool block size* Type: ``hex`` Help ==== .. code-block:: none Maximum block size in the frame buffer memory pool. Direct dependencies =================== \ :kconfig:`DISPLAY_MCUX_ELCDIF ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x40000 Kconfig definition ================== At ``/display/Kconfig.mcux_elcdif:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:24`` Menu path: (Top) → Device Drivers → Display Drivers → MCUX eLCDIF driver .. code-block:: kconfig config MCUX_ELCDIF_POOL_BLOCK_MAX hex "Maximum memory pool block size" default 0x40000 depends on DISPLAY_MCUX_ELCDIF && DISPLAY help Maximum block size in the frame buffer memory pool. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*