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) || (I2S && SOC_SERIES_SAME70) || (I2S && SOC_SERIES_SAMV71) || (SOC_FAMILY_SAM && I2S)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/atmel_sam/same70/Kconfig.defconfig.series:60
Included via Kconfig:8 → 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:61
Included via Kconfig:8 → 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 SoC>/arm/atmel_sam/same70/Kconfig.defconfig.series:60
Included via Kconfig:8 → Kconfig.zephyr:27 → <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:61
Included via Kconfig:8 → Kconfig.zephyr:27 → <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 Driver>/i2s/Kconfig.sam_ssc:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:44 → <Zephyr Driver>/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.)