:orphan: .. title:: WIFI_WINC1500 .. option:: CONFIG_WIFI_WINC1500 *WINC1500 driver support* Type: ``bool`` Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_ADAFRUIT_WINC1500 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_ADAFRUIT_WINC1500 `) || \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`ATMEL_WINC1500 ` - \ :option:`WIFI_OFFLOAD ` - \ :option:`NET_L2_WIFI_MGMT ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/adafruit_winc1500/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config WIFI_WINC1500 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_ADAFRUIT_WINC1500 ` ---- At ``boards/shields/adafruit_winc1500/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config WIFI_WINC1500 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_ADAFRUIT_WINC1500 ` ---- At ``drivers/wifi/winc1500/Kconfig.winc1500:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → 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.)*