CONFIG_WIFI_WINC1500_SPI_DRV_NAME

SPI device where WINC1500 is connected

Type: string

Help

Specify the device name of the SPI device to which WINC1500 is connected.

Direct dependencies

WIFI_WINC1500 && WIFI

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

Defaults

Kconfig definition

At drivers/wifi/winc1500/Kconfig.winc1500:21

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:78drivers/wifi/Kconfig:44

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → WINC1500 driver support

config WIFI_WINC1500_SPI_DRV_NAME
    string
    prompt "SPI device where WINC1500 is connected" if WIFI_WINC1500 && WIFI
    default "SPI_1" if WIFI_WINC1500 && WIFI
    depends on WIFI_WINC1500 && WIFI
    help
      Specify the device name of the SPI device to which WINC1500 is
      connected.

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