:orphan: .. title:: CONFIG_DISPLAY_MCUX_ELCDIF .. kconfig:: CONFIG_DISPLAY_MCUX_ELCDIF CONFIG_DISPLAY_MCUX_ELCDIF ########################## *MCUX eLCDIF driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux eLCDIF driver. Direct dependencies =================== (\ :kconfig:`DISPLAY ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`DISPLAY ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`HAS_MCUX_ELCDIF ` && \ :kconfig:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_ELCDIF ` - y if \ :kconfig:`HAS_MCUX_ELCDIF ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` 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 ``/arm/nxp_imx/rt/Kconfig.defconfig.series:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` 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:42`` → ``/Kconfig:74`` → ``/display/Kconfig:24`` 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.)*