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_UP_SQUARED_ADSP) || (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 <Zephyr>/boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_UP_SQUARED_ADSP

At <Zephyr>/boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_ADSP_CAVS18

At <Zephyr>/boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_ADSP_CAVS20

At <Zephyr>/boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_ADSP_CAVS25

At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:102

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2S_CAVS
    bool
    default y
    depends on I2S && BOARD_INTEL_S1000_CRB

At <Zephyr>/drivers/i2s/Kconfig.cavs:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:42<Zephyr>/drivers/i2s/Kconfig:28

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

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