CONFIG_SPI_1_CS_GPIO_PIN

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

Type: int

Direct dependencies

(SPI_1 && SPI_INTEL && SPI && SOC_SERIES_QUARK_X1000) || (SPI_CS_GPIO && SPI_1 && SPI)

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

Defaults

Kconfig definitions

At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:168

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config SPI_1_CS_GPIO_PIN
    int
    default 2 if SPI_1 && SPI_INTEL && SPI && SOC_SERIES_QUARK_X1000
    depends on SPI_1 && SPI_INTEL && SPI && SOC_SERIES_QUARK_X1000

At drivers/spi/Kconfig:128

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

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

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

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