The latest development version of this page may be more current than this released 1.14.0 version.
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 if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:138

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config I2S_CAVS
    bool
    default "y" if I2S && BOARD_INTEL_S1000_CRB
    depends on I2S && BOARD_INTEL_S1000_CRB

At drivers/i2s/Kconfig.cavs:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:40drivers/i2s/Kconfig:29

Menu path: (top menu) → Device Drivers → I2S bus drivers

menuconfig I2S_CAVS
    bool
    prompt "Intel I2S (SSP) Bus Driver" if BOARD_INTEL_S1000_CRB && I2S
    select DMA if BOARD_INTEL_S1000_CRB && I2S
    depends on BOARD_INTEL_S1000_CRB && I2S
    help
      Enable Inter Sound (I2S) bus driver for Intel_S1000 based on
      Synchronous Serial Port (SSP) module.

(Definitions include propagated dependencies, including from if’s and menus.)