The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_I2S_MCUX_FLEXCOMM

MCUX FLEXCOMM I2S driver

Type: bool

Help

Enable support for mcux flexcomm i2s driver.

Direct dependencies

(I2S && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (HAS_MCUX_FLEXCOMM && I2S)

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definitions

At soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:31

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/nxp_imx/Kconfig.defconfig:4soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:20

Menu path: (Top)

config I2S_MCUX_FLEXCOMM
    bool
    default y if HAS_MCUX_FLEXCOMM
    depends on I2S && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At drivers/i2s/Kconfig.mcux_flexcomm:4

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:42drivers/i2s/Kconfig:28

Menu path: (Top) → Device Drivers → I2S bus drivers

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