CONFIG_I2S_NRFX¶
nRF I2S nrfx driver
Type: bool
Help¶
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 definition¶
At drivers/i2s/Kconfig.nrfx:7
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:44
→ drivers/i2s/Kconfig:28
Menu path: (Top) → Device Drivers → I2S bus drivers
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.)