CONFIG_I2S_SAM_SSC

Atmel SAM MCU family I2S (SSC) Bus Driver

Type: bool

Help

Enable Inter Sound (I2S) bus driver for Atmel SAM MCU family based on Synchronous Serial Controller (SSC) module.

Direct dependencies

(I2S && SOC_SERIES_SAME70) || (I2S && SOC_SERIES_SAMV71) || (SOC_FAMILY_SAM && I2S)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.defconfig.series:63

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6

Menu path: (Top)

config I2S_SAM_SSC
    bool
    default y
    depends on I2S && SOC_SERIES_SAME70

At <Zephyr>/soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:64

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6

Menu path: (Top)

config I2S_SAM_SSC
    bool
    default y
    depends on I2S && SOC_SERIES_SAMV71

At <Zephyr>/drivers/i2s/Kconfig.sam_ssc: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_SAM_SSC
    bool "Atmel SAM MCU family I2S (SSC) Bus Driver"
    select DMA
    depends on SOC_FAMILY_SAM && I2S
    help
      Enable Inter Sound (I2S) bus driver for Atmel SAM MCU family based on
      Synchronous Serial Controller (SSC) module.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)