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

Support offloaded WiFi device drivers

Type: bool

Help

Enable support for Full-MAC WiFi devices.

Direct dependencies

WIFI

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/wifi/Kconfig:29

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

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

config WIFI_OFFLOAD
    bool
    prompt "Support offloaded WiFi device drivers" if WIFI
    select NET_OFFLOAD if WIFI
    depends on WIFI
    help
      Enable support for Full-MAC WiFi devices.

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