-
CONFIG_SPI_2_CS_GPIO_PORT
¶
The GPIO port which is used to control CS
Type: string
Defaults¶
- “GPIO_0” if
SPI_CS_GPIO
&&SPI_2
&&SPI
Kconfig definition¶
At drivers/spi/Kconfig:162
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/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" ifSPI_CS_GPIO
&&SPI_2
&&SPI
default "GPIO_0" ifSPI_CS_GPIO
&&SPI_2
&&SPI
depends onSPI_CS_GPIO
&&SPI_2
&&SPI
(Definitions include propagated dependencies, including from if’s and menus.)