:orphan: .. title:: I2S_SAM_SSC .. option:: 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 =================== (\ :option:`I2S ` && \ :option:`SOC_SERIES_SAME70 `) || (\ :option:`I2S ` && \ :option:`SOC_SERIES_SAMV71 `) || (\ :option:`SOC_FAMILY_SAM ` && \ :option:`I2S `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`DMA ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam/same70/Kconfig.defconfig.series:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config I2S_SAM_SSC bool default y depends on \ :option:`I2S ` && \ :option:`SOC_SERIES_SAME70 ` ---- At ``soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config I2S_SAM_SSC bool default y depends on \ :option:`I2S ` && \ :option:`SOC_SERIES_SAMV71 ` ---- At ``drivers/i2s/Kconfig.sam_ssc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. parsed-literal:: menuconfig I2S_SAM_SSC bool "Atmel SAM MCU family I2S (SSC) Bus Driver" select \ :option:`DMA ` depends on \ :option:`SOC_FAMILY_SAM ` && \ :option:`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.)*