:orphan: .. title:: WIFI_OFFLOAD .. option:: CONFIG_WIFI_OFFLOAD *Support offloaded Wi-Fi device drivers* Type: ``bool`` Help ==== Enable support for Full-MAC Wi-Fi devices. Direct dependencies =================== \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_OFFLOAD ` Symbols that select this symbol =============================== - \ :option:`WIFI_WINC1500 ` - \ :option:`WIFI_SIMPLELINK ` - \ :option:`WIFI_ESWIFI ` - \ :option:`WIFI_ESP ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers .. parsed-literal:: config WIFI_OFFLOAD bool "Support offloaded Wi-Fi device drivers" select \ :option:`NET_OFFLOAD ` depends on \ :option:`WIFI ` help Enable support for Full-MAC Wi-Fi devices. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*