:orphan: .. title:: NRFX_I2S .. option:: CONFIG_NRFX_I2S *Enable I2S driver* Type: ``bool`` Direct dependencies =================== \ :option:`HAS_HW_NRF_I2S ` && \ :option:`HAS_NRFX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.nordic:121`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:10`` → ``modules/Kconfig:6`` Menu path: (Top) → Modules → nrfx drivers .. parsed-literal:: config NRFX_I2S bool "Enable I2S driver" depends on \ :option:`HAS_HW_NRF_I2S ` && \ :option:`HAS_NRFX ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*