-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/wifi/winc1500/Kconfig.winc1500:41
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:78
→ drivers/wifi/Kconfig:44
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" ifWIFI_WINC1500
&&WIFI
depends onWIFI_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.)