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

SimpleLink WiFi driver support

Type: bool

Direct dependencies

WIFI

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

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

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

menuconfig WIFI_SIMPLELINK
    bool
    prompt "SimpleLink WiFi driver support" if WIFI
    select SIMPLELINK_HOST_DRIVER if WIFI
    select WIFI_OFFLOAD if WIFI
    select NET_L2_WIFI_MGMT if WIFI
    depends on WIFI

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