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

CONFIG_WIFI_OFFLOAD

Support offloaded Wi-Fi device drivers

Type: bool

Help

Enable support for Full-MAC Wi-Fi devices.

Direct dependencies

WIFI

(Includes any dependencies from ifs 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:26

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

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

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

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