:orphan: .. title:: CONFIG_I2S_NRFX .. kconfig:: CONFIG_I2S_NRFX CONFIG_I2S_NRFX ############### *nRF I2S nrfx driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for nrfx I2S driver for nRF MCU series. Direct dependencies =================== n *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_I2S ` Kconfig definition ================== At ``/i2s/Kconfig.nrfx:7`` 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_NRFX bool "nRF I2S nrfx driver" default y select NRFX_I2S depends on n help Enable support for nrfx I2S driver for nRF MCU series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*