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

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_imx/Kconfig.defconfig:8

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:42drivers/Kconfig:74drivers/display/Kconfig:24

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.)