-
CONFIG_I2S_CAVS
¶
Intel I2S (SSP) Bus Driver
Type: bool
Help¶
Enable Inter Sound (I2S) bus driver for Intel_S1000 based on Synchronous Serial Port (SSP) module.
Direct dependencies¶
(I2S
&& BOARD_INTEL_S1000_CRB
) || (BOARD_INTEL_S1000_CRB
&& I2S
)
(Includes any dependencies from ifs and menus.)
Default¶
- y
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:130
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config I2S_CAVS bool default y depends onI2S
&&BOARD_INTEL_S1000_CRB
At drivers/i2s/Kconfig.cavs:6
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:36
→ drivers/i2s/Kconfig:28
Menu path: (Top) → Device Drivers → I2S bus drivers
menuconfig I2S_CAVS bool "Intel I2S (SSP) Bus Driver" selectDMA
depends onBOARD_INTEL_S1000_CRB
&&I2S
help Enable Inter Sound (I2S) bus driver for Intel_S1000 based on Synchronous Serial Port (SSP) module.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)