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

BOARD_INTEL_S1000_CRB && I2S

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/i2s/Kconfig.cavs:8

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:42drivers/i2s/Kconfig:39

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.)