The latest development version of this page may be more current than this released 2.7.5 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_ADSP_CAVS15) || (I2S && BOARD_INTEL_ADSP_CAVS18) || (I2S && BOARD_INTEL_ADSP_CAVS20) || (I2S && BOARD_INTEL_ADSP_CAVS25) || (I2S && BOARD_INTEL_S1000_CRB) || (BOARD_INTEL_S1000_CRB && I2S)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:42

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_ADSP_CAVS15

At boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:42

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_ADSP_CAVS18

At boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:42

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_ADSP_CAVS20

At boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:42

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_ADSP_CAVS25

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

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_S1000_CRB

At drivers/i2s/Kconfig.cavs:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:44drivers/i2s/Kconfig:28

Menu path: (Top) → Device Drivers → I2S bus drivers

config I2S_CAVS
    bool "Intel I2S (SSP) Bus Driver"
    select DMA
    depends on BOARD_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.)