:orphan: .. title:: DISPLAY_MCUX_ELCDIF .. option:: CONFIG_DISPLAY_MCUX_ELCDIF *MCUX eLCDIF driver* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config DISPLAY_MCUX_ELCDIF bool default y if \ :option:`HAS_MCUX_ELCDIF ` depends on \ :option:`DISPLAY ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``drivers/display/Kconfig.mcux_elcdif:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:18`` Menu path: (Top) → Device Drivers → Display Drivers .. parsed-literal:: menuconfig DISPLAY_MCUX_ELCDIF bool "MCUX eLCDIF driver" depends on \ :option:`HAS_MCUX_ELCDIF ` && \ :option:`DISPLAY ` help Enable support for mcux eLCDIF driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*