The latest development version of this page may be more current than this released 1.14.0 version.
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

DISPLAY_MCUX_ELCDIF && DISPLAY

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/display/Kconfig.mcux_elcdif:21

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:72drivers/display/Kconfig:21

Menu path: (top menu) → Device Drivers → Display Drivers → MCUX eLCDIF driver

config MCUX_ELCDIF_POOL_BLOCK_MIN
    hex
    prompt "Minimum memory pool block size" if DISPLAY_MCUX_ELCDIF && DISPLAY
    default 0x400 if DISPLAY_MCUX_ELCDIF && DISPLAY
    depends on DISPLAY_MCUX_ELCDIF && DISPLAY
    help
      Minimum block size in the frame buffer memory pool.

(Definitions include propagated dependencies, including from if’s and menus.)