CONFIG_SPI_1_CS_GPIO_PORT

The GPIO port which is used to control CS

Type: string

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:166

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

Menu path: (top menu)

config SPI_1_CS_GPIO_PORT
    string
    default "GPIO_0" 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:123

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

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

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