:orphan: .. title:: CONFIG_SPI_SAM0 .. kconfig:: CONFIG_SPI_SAM0 CONFIG_SPI_SAM0 ############### *Atmel SAM0 series SERCOM SPI driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the SAM0 SERCOM SPI driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`SPI ` - \ :kconfig:`SPI ` - y Symbols selected by this symbol =============================== - \ :kconfig:`DMA ` if \ :kconfig:`SPI_ASYNC ` Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config SPI_SAM0 bool default SPI depends on SOC_FAMILY_SAM0 ---- At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config SPI_SAM0 bool default SPI depends on SOC_FAMILY_SAM0 ---- At ``/spi/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:60`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_SAM0 bool "Atmel SAM0 series SERCOM SPI driver" default y select DMA if SPI_ASYNC depends on SOC_FAMILY_SAM0 && SPI help Enable support for the SAM0 SERCOM SPI driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*