-
CONFIG_SPI_SAM
¶
Atmel SAM series SPI driver
Type: bool
Help¶
Enable support for the SAM SPI driver.
Direct dependencies¶
(SPI
&& SOC_SERIES_SAME70
) || (SOC_FAMILY_SAM
&& SPI
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SPI
&&SOC_SERIES_SAME70
Kconfig definitions¶
At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:67
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/atmel_sam/Kconfig.defconfig:7
Menu path: (top menu)
config SPI_SAM bool default "y" ifSPI
&&SOC_SERIES_SAME70
depends onSPI
&&SOC_SERIES_SAME70
At drivers/spi/Kconfig.sam:6
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:36
→ drivers/spi/Kconfig:199
Menu path: (top menu) → Device Drivers → SPI hardware bus support
menuconfig SPI_SAM bool prompt "Atmel SAM series SPI driver" ifSOC_FAMILY_SAM
&&SPI
depends onSOC_FAMILY_SAM
&&SPI
help Enable support for the SAM SPI driver.
(Definitions include propagated dependencies, including from if’s and menus.)