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

Inventek eS-WiFi support

Type: bool

Direct dependencies

(WIFI && BOARD_DISCO_L475_IOT1) || WIFI

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config WIFI_ESWIFI
    bool
    default "y" if WIFI && BOARD_DISCO_L475_IOT1
    depends on WIFI && BOARD_DISCO_L475_IOT1

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

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:76drivers/wifi/Kconfig:37

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers

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

(Definitions include propagated dependencies, including from if’s and menus.)