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) || (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¶
- y if - HAS_MCUX_FLEXCOMM
- y if - HAS_MCUX_FLEXCOMM
- y if - HAS_MCUX_FLEXCOMM
- y if - HAS_MCUX_FLEXCOMM
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:31
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/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 <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:52
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/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 <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:31
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/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 <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:52
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/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 <Zephyr Driver>/i2s/Kconfig.mcux_flexcomm:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:44 → <Zephyr Driver>/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.)