The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_DISPLAY_MCUX_ELCDIF

MCUX eLCDIF driver

Type: bool

Help

Enable support for mcux eLCDIF driver.

Direct dependencies

(DISPLAY && SOC_SERIES_IMX_RT) || (HAS_MCUX_ELCDIF && DISPLAY)

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:26

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config DISPLAY_MCUX_ELCDIF
    bool
    default y if HAS_MCUX_ELCDIF
    depends on DISPLAY && SOC_SERIES_IMX_RT

At drivers/display/Kconfig.mcux_elcdif:4

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:72drivers/display/Kconfig:18

Menu path: (Top) → Device Drivers → Display Drivers

menuconfig DISPLAY_MCUX_ELCDIF
    bool "MCUX eLCDIF driver"
    depends on HAS_MCUX_ELCDIF && DISPLAY
    help
      Enable support for mcux eLCDIF driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)