The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SPI_SAME70_PORT_0_PIN_CS3

CS3 pin

Type: bool

Direct dependencies

(SPI_SAM_PORT_0 && SPI && BOARD_SAM_E70_XPLAINED) || (SOC_SERIES_SAME70 && SPI_SAM_PORT_0 && SPI)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/arm/sam_e70_xplained/Kconfig.defconfig:73

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config SPI_SAME70_PORT_0_PIN_CS3
    bool
    default "y" if SPI_SAM_PORT_0 && SPI && BOARD_SAM_E70_XPLAINED
    depends on SPI_SAM_PORT_0 && SPI && BOARD_SAM_E70_XPLAINED

At drivers/spi/Kconfig.sam:41

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36drivers/spi/Kconfig:199

Menu path: (top menu) → Device Drivers → SPI hardware bus support → Atmel SAM series SPI driver

config SPI_SAME70_PORT_0_PIN_CS3
    bool
    prompt "CS3 pin" if SOC_SERIES_SAME70 && SPI_SAM_PORT_0 && SPI
    depends on SOC_SERIES_SAME70 && SPI_SAM_PORT_0 && SPI

(Definitions include propagated dependencies, including from if’s and menus.)