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 <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/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 <Zephyr>/drivers/display/Kconfig.mcux_elcdif:4

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

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