:orphan: .. title:: CONFIG_I2S_MCUX_FLEXCOMM .. kconfig:: CONFIG_I2S_MCUX_FLEXCOMM CONFIG_I2S_MCUX_FLEXCOMM ######################## *MCUX FLEXCOMM I2S driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux flexcomm i2s driver. Direct dependencies =================== (\ :kconfig:`I2S ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || (\ :kconfig:`I2S ` && \ :kconfig:`SOC_LPC55S69_CPU0 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`I2S ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || (\ :kconfig:`I2S ` && \ :kconfig:`SOC_LPC55S69_CPU0 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`HAS_MCUX_FLEXCOMM ` && \ :kconfig:`I2S `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_FLEXCOMM ` - y if \ :kconfig:`HAS_MCUX_FLEXCOMM ` - y if \ :kconfig:`HAS_MCUX_FLEXCOMM ` - y if \ :kconfig:`HAS_MCUX_FLEXCOMM ` Symbols selected by this symbol =============================== - \ :kconfig:`INIT_AUDIO_PLL ` - \ :kconfig:`INIT_PLL0 ` - \ :kconfig:`INIT_AUDIO_PLL ` - \ :kconfig:`INIT_PLL0 ` - \ :kconfig:`DMA ` Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig 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 ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config I2S_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM select INIT_PLL0 depends on I2S && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig 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 ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config I2S_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM select INIT_PLL0 depends on I2S && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/i2s/Kconfig.mcux_flexcomm:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/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 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.)*