:orphan: .. title:: WIFI_WINC1500 .. option:: CONFIG_WIFI_WINC1500 *WINC1500 driver support* Type: ``bool`` Direct dependencies =================== \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`ATMEL_WINC1500 ` - \ :option:`WIFI_OFFLOAD ` - \ :option:`NET_L2_WIFI_MGMT ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/winc1500/Kconfig.winc1500:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:70`` → ``drivers/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → add support for Wi-Fi Drivers .. parsed-literal:: menuconfig WIFI_WINC1500 bool "WINC1500 driver support" select \ :option:`ATMEL_WINC1500 ` select \ :option:`WIFI_OFFLOAD ` select \ :option:`NET_L2_WIFI_MGMT ` depends on \ :option:`WIFI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*