:orphan: .. title:: MCUX_ELCDIF_POOL_BLOCK_MIN .. option:: CONFIG_MCUX_ELCDIF_POOL_BLOCK_MIN *Minimum memory pool block size* Type: ``hex`` Help ==== Minimum block size in the frame buffer memory pool. Direct dependencies =================== \ :option:`DISPLAY_MCUX_ELCDIF ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x400 Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.mcux_elcdif:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:18`` Menu path: (Top) → Device Drivers → Display Drivers → MCUX eLCDIF driver .. parsed-literal:: config MCUX_ELCDIF_POOL_BLOCK_MIN hex "Minimum memory pool block size" default 0x400 depends on \ :option:`DISPLAY_MCUX_ELCDIF ` && \ :option:`DISPLAY ` help Minimum block size in the frame buffer memory pool. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*