The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_WINC1500_DRV_USE_OLD_SPI_SW

Use old SPI access method in the vendor HAL

Type: bool

Help

This option, when enabled, causes USE_OLD_SPI_SW
setting to be passed to vendor HAL.

Direct dependencies

WIFI_WINC1500 && WIFI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:76drivers/wifi/Kconfig:32

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → WINC1500 driver support

config WINC1500_DRV_USE_OLD_SPI_SW
    bool "Use old SPI access method in the vendor HAL"
    depends on WIFI_WINC1500 && WIFI
    help
      This option, when enabled, causes USE_OLD_SPI_SW
      setting to be passed to vendor HAL.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)