-
CONFIG_SPI_SAM
¶
Atmel SAM series SPI driver
Type: bool
Help¶
Enable support for the SAM SPI driver.
Direct dependencies¶
(SPI
&& SOC_SERIES_SAM4E
) || (SPI
&& SOC_SERIES_SAM4L
) || (SPI
&& SOC_SERIES_SAM4S
) || (SPI
&& SOC_SERIES_SAME70
) || (SPI
&& SOC_SERIES_SAMV71
) || (SOC_FAMILY_SAM
&& SPI
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
y
Kconfig definitions¶
At <Zephyr>/soc/arm/atmel_sam/sam4e/Kconfig.defconfig.series:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config SPI_SAM bool default y depends onSPI
&&SOC_SERIES_SAM4E
At <Zephyr>/soc/arm/atmel_sam/sam4l/Kconfig.defconfig.series:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config SPI_SAM bool default y depends onSPI
&&SOC_SERIES_SAM4L
At <Zephyr>/soc/arm/atmel_sam/sam4s/Kconfig.defconfig.series:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config SPI_SAM bool default y depends onSPI
&&SOC_SERIES_SAM4S
At <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.defconfig.series:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config SPI_SAM bool default y depends onSPI
&&SOC_SERIES_SAME70
At <Zephyr>/soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:68
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config SPI_SAM bool default y depends onSPI
&&SOC_SERIES_SAMV71
At <Zephyr>/drivers/spi/Kconfig.sam:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
→ <Zephyr>/drivers/spi/Kconfig:204
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_SAM bool "Atmel SAM series SPI driver" default y depends onSOC_FAMILY_SAM
&&SPI
help Enable support for the SAM SPI driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)