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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/wifi/winc1500/Kconfig.winc1500:18
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:78
→ drivers/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.)