:orphan: .. title:: CONFIG_WINC1500_DRV_USE_OLD_SPI_SW .. kconfig:: CONFIG_WINC1500_DRV_USE_OLD_SPI_SW CONFIG_WINC1500_DRV_USE_OLD_SPI_SW ################################## *Use old SPI access method in the vendor HAL* Type: ``bool`` Help ==== .. code-block:: none This option, when enabled, causes USE_OLD_SPI_SW setting to be passed to vendor HAL. Direct dependencies =================== \ :kconfig:`WIFI_WINC1500 ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/wifi/winc1500/Kconfig.winc1500:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → WINC1500 driver support .. code-block:: kconfig 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.)*