CONFIG_SPI_SAM0
Atmel SAM0 series SERCOM SPI driver
Type: bool
Help
Enable support for the SAM0 SERCOM SPI driver.
Direct dependencies
SOC_FAMILY_SAM0
|| SOC_FAMILY_SAM0
|| (SOC_FAMILY_SAM0
&& SPI
)
(Includes any dependencies from ifs and menus.)
Defaults
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config SPI_SAM0
bool
default SPI
depends on SOC_FAMILY_SAM0
At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config SPI_SAM0
bool
default SPI
depends on SOC_FAMILY_SAM0
At <Zephyr>/drivers/spi/Kconfig.sam0:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/spi/Kconfig:70
Menu path: (Top) → Device Drivers → SPI hardware bus support
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.)