:orphan: .. title:: SPI_SAM0 .. option:: CONFIG_SPI_SAM0 *Atmel SAM0 series SERCOM SPI driver* Type: ``bool`` Help ==== Enable support for the SAM0 SERCOM SPI driver. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`SPI ` - y Symbols selected by this symbol =============================== - \ :option:`DMA ` if \ :option:`SPI_ASYNC ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/common/Kconfig.defconfig.series:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config SPI_SAM0 bool default \ :option:`SPI ` depends on \ :option:`SOC_FAMILY_SAM0 ` ---- At ``drivers/spi/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:206`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_SAM0 bool "Atmel SAM0 series SERCOM SPI driver" default y select \ :option:`DMA ` if \ :option:`SPI_ASYNC ` depends on \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`SPI ` help Enable support for the SAM0 SERCOM SPI driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*