:orphan: .. title:: I2S_MCUX_FLEXCOMM .. option:: CONFIG_I2S_MCUX_FLEXCOMM *MCUX FLEXCOMM I2S driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux flexcomm i2s driver. Direct dependencies =================== (\ :option:`I2S ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX `) || (\ :option:`HAS_MCUX_FLEXCOMM ` && \ :option:`I2S `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`HAS_MCUX_FLEXCOMM ` Symbols selected by this symbol =============================== - \ :option:`DMA ` - \ :option:`INIT_AUDIO_PLL ` Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:20`` Menu path: (Top) .. code-block:: kconfig config I2S_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM depends on I2S && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/i2s/Kconfig.mcux_flexcomm:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:42`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. code-block:: kconfig config I2S_MCUX_FLEXCOMM bool "MCUX FLEXCOMM I2S driver" select DMA select INIT_AUDIO_PLL depends on HAS_MCUX_FLEXCOMM && I2S help Enable support for mcux flexcomm i2s driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*