The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_WIFI_WINC1500_GPIO_SPI_CS

Manage SPI CS through a GPIO pin

Type: bool

Help

This option is useful if one needs to manage SPI CS through a GPIO pin to by-pass the SPI controller’s CS logic.

Direct dependencies

WIFI_WINC1500 && WIFI

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:76drivers/wifi/Kconfig:35

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

config WIFI_WINC1500_GPIO_SPI_CS
    bool
    prompt "Manage SPI CS through a GPIO pin" if WIFI_WINC1500 && WIFI
    depends on WIFI_WINC1500 && WIFI
    help
      This option is useful if one needs to manage SPI CS through a GPIO
      pin to by-pass the SPI controller's CS logic.

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