The latest development version of this page may be more current than this released 2.7.5 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) || (I2S && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (HAS_MCUX_FLEXCOMM && I2S)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_imx/Kconfig.defconfig:8soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65

Menu path: (Top)

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

At soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:52

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_lpc/Kconfig.defconfig:4soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config I2S_MCUX_FLEXCOMM
    bool
    default y if HAS_MCUX_FLEXCOMM
    select INIT_PLL0
    depends on I2S && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At drivers/i2s/Kconfig.mcux_flexcomm:4

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

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

config I2S_MCUX_FLEXCOMM
    bool "MCUX FLEXCOMM I2S driver"
    select DMA
    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.)