CONFIG_I2S_MCUX_SAI¶
NXP MCUX I2S controller driver
Type: bool
Help¶
Enable I2S support on the I.MX family of processors.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/i2s/Kconfig.mcux:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:44
→ 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.)