CONFIG_I2S_MCUX_SAI

NXP MCUX I2S controller driver

Type: bool

Help

Enable I2S support on the I.MX family of processors.

Direct dependencies

HAS_MCUX_I2S && I2S

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/i2s/Kconfig.mcux:6

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

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

menuconfig I2S_MCUX_SAI
    bool "NXP MCUX I2S controller driver"
    select DMA
    depends on HAS_MCUX_I2S && I2S
    help
      Enable I2S support on the I.MX family of processors.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)