The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_MCUX_ELCDIF_POOL_BLOCK_MAX

Maximum memory pool block size

Type: hex

Help

Maximum 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:27

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_MAX
    hex
    prompt "Maximum memory pool block size" if DISPLAY_MCUX_ELCDIF && DISPLAY
    default 0x40000 if DISPLAY_MCUX_ELCDIF && DISPLAY
    depends on DISPLAY_MCUX_ELCDIF && DISPLAY
    help
      Maximum block size in the frame buffer memory pool.

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