:orphan: .. title:: CONFIG_I2S_MCUX_SAI .. kconfig:: CONFIG_I2S_MCUX_SAI CONFIG_I2S_MCUX_SAI ################### *NXP MCUX I2S controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable I2S support on the I.MX family of processors. Direct dependencies =================== \ :kconfig:`HAS_MCUX_I2S ` && \ :kconfig:`I2S ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`DMA ` Kconfig definition ================== At ``/i2s/Kconfig.mcux:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. code-block:: kconfig 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.)*