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

Inventek eS-WiFi support

Type: bool

Direct dependencies

(WIFI && BOARD_DISCO_L475_IOT1) || WIFI

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At boards/arm/disco_l475_iot1/Kconfig.defconfig:111

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config WIFI_ESWIFI
    bool
    default y
    depends on WIFI && BOARD_DISCO_L475_IOT1

At drivers/wifi/eswifi/Kconfig.eswifi:6

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:68drivers/wifi/Kconfig:34

Menu path: (Top) → Device Drivers → add support for Wi-Fi Drivers

menuconfig WIFI_ESWIFI
    bool "Inventek eS-WiFi support"
    select NET_L2_WIFI_MGMT
    select WIFI_OFFLOAD
    select NET_OFFLOAD
    depends on WIFI

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