The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_WIFI

Wi-Fi Drivers

Type: bool

Defaults

  • y

  • y

Kconfig definitions

At boards/shields/adafruit_winc1500/Kconfig.defconfig:14

Included via Kconfig:8Kconfig.zephyr:20

Menu path: (Top)

config WIFI
    bool
    default y
    depends on NETWORKING && SHIELD_ADAFRUIT_WINC1500

At boards/shields/adafruit_winc1500/Kconfig.defconfig:14

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config WIFI
    bool
    default y
    depends on NETWORKING && SHIELD_ADAFRUIT_WINC1500

At drivers/wifi/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:78

Menu path: (Top) → Device Drivers

menuconfig WIFI
    bool "Wi-Fi Drivers"

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)