CONFIG_SPI_2_CS_GPIO_PIN

The GPIO PIN which is used to act as a CS pin

Type: int

Direct dependencies

SPI_CS_GPIO && SPI_2 && SPI

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

Defaults

Kconfig definition

At drivers/spi/Kconfig:167

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:38

Menu path: (top menu) → Device Drivers → SPI hardware bus support

config SPI_2_CS_GPIO_PIN
    int
    prompt "The GPIO PIN which is used to act as a CS pin" if SPI_CS_GPIO && SPI_2 && SPI
    default 0 if SPI_CS_GPIO && SPI_2 && SPI
    depends on SPI_CS_GPIO && SPI_2 && SPI

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