:orphan: .. title:: DISPLAY_MCUX_ELCDIF .. option:: CONFIG_DISPLAY_MCUX_ELCDIF *MCUX eLCDIF driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux eLCDIF driver. Direct dependencies =================== (\ :option:`DISPLAY ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`HAS_MCUX_ELCDIF ` && \ :option:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`HAS_MCUX_ELCDIF ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config DISPLAY_MCUX_ELCDIF bool default y if HAS_MCUX_ELCDIF depends on DISPLAY && SOC_SERIES_IMX_RT ---- At ``/display/Kconfig.mcux_elcdif:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:72`` → ``/display/Kconfig:18`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig 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.)*