-
CONFIG_WIFI_WINC1500_SPI_DRV_NAME
¶
SPI device where WINC1500 is connected
Type: string
Help¶
Specify the device name of the SPI device to which WINC1500 is connected.
Defaults¶
- “SPI_1” if
WIFI_WINC1500
&&WIFI
Kconfig definition¶
At drivers/wifi/winc1500/Kconfig.winc1500:21
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_SPI_DRV_NAME string prompt "SPI device where WINC1500 is connected" ifWIFI_WINC1500
&&WIFI
default "SPI_1" ifWIFI_WINC1500
&&WIFI
depends onWIFI_WINC1500
&&WIFI
help Specify the device name of the SPI device to which WINC1500 is connected.
(Definitions include propagated dependencies, including from if’s and menus.)