CONFIG_SPI_1_NAME

SPI port 1 device name

Type: string

Direct dependencies

(SPI_1 && SPI_INTEL && SPI && SOC_SERIES_QUARK_X1000) || (!HAS_DTS_SPI && 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:162

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

Menu path: (top menu)

config SPI_1_NAME
    string
    default "SPI_1" 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:103

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

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

config SPI_1_NAME
    string
    prompt "SPI port 1 device name" if !HAS_DTS_SPI && SPI_1 && SPI
    default "SPI_1" if !HAS_DTS_SPI && SPI_1 && SPI
    depends on !HAS_DTS_SPI && SPI_1 && SPI

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