:orphan: .. title:: CONFIG_I2S_SAM_SSC .. kconfig:: CONFIG_I2S_SAM_SSC CONFIG_I2S_SAM_SSC ################## *Atmel SAM MCU family I2S (SSC) Bus Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Inter Sound (I2S) bus driver for Atmel SAM MCU family based on Synchronous Serial Controller (SSC) module. Direct dependencies =================== (\ :kconfig:`I2S ` && \ :kconfig:`SOC_SERIES_SAME70 `) || (\ :kconfig:`I2S ` && \ :kconfig:`SOC_SERIES_SAMV71 `) || (\ :kconfig:`I2S ` && \ :kconfig:`SOC_SERIES_SAME70 `) || (\ :kconfig:`I2S ` && \ :kconfig:`SOC_SERIES_SAMV71 `) || (\ :kconfig:`SOC_FAMILY_SAM ` && \ :kconfig:`I2S `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`DMA ` Kconfig definitions =================== At ``/arm/atmel_sam/same70/Kconfig.defconfig.series:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2S_SAM_SSC bool default y depends on I2S && SOC_SERIES_SAME70 ---- At ``/arm/atmel_sam/samv71/Kconfig.defconfig.series:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2S_SAM_SSC bool default y depends on I2S && SOC_SERIES_SAMV71 ---- At ``/arm/atmel_sam/same70/Kconfig.defconfig.series:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2S_SAM_SSC bool default y depends on I2S && SOC_SERIES_SAME70 ---- At ``/arm/atmel_sam/samv71/Kconfig.defconfig.series:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2S_SAM_SSC bool default y depends on I2S && SOC_SERIES_SAMV71 ---- At ``/i2s/Kconfig.sam_ssc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. code-block:: kconfig 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.)*