CONFIG_SPI_2_CS_GPIO_PORT

The GPIO port which is used to control CS

Type: string

Direct dependencies

SPI_CS_GPIO && SPI_2 && SPI

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

Defaults

Kconfig definition

At drivers/spi/Kconfig:162

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

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

config SPI_2_CS_GPIO_PORT
    string
    prompt "The GPIO port which is used to control CS" if SPI_CS_GPIO && SPI_2 && SPI
    default "GPIO_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.)