-
CONFIG_MCUX_ELCDIF_POOL_BLOCK_MIN
¶
Minimum memory pool block size
Type: hex
Help¶
Minimum block size in the frame buffer memory pool.
Default¶
0x400
Kconfig definition¶
At <Zephyr>/drivers/display/Kconfig.mcux_elcdif:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:72
→ <Zephyr>/drivers/display/Kconfig:18
Menu path: (Top) → Device Drivers → Display Drivers → MCUX eLCDIF driver
config MCUX_ELCDIF_POOL_BLOCK_MIN
hex "Minimum memory pool block size"
default 0x400
depends on DISPLAY_MCUX_ELCDIF && DISPLAY
help
Minimum block size in the frame buffer memory pool.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)