:orphan: .. title:: WIFI_SIMPLELINK .. option:: CONFIG_WIFI_SIMPLELINK *SimpleLink Wi-Fi driver support* Type: ``bool`` Direct dependencies =================== \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SIMPLELINK_HOST_DRIVER ` - \ :option:`WIFI_OFFLOAD ` - \ :option:`NET_L2_WIFI_MGMT ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/simplelink/Kconfig.simplelink:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:33`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers .. parsed-literal:: menuconfig WIFI_SIMPLELINK bool "SimpleLink Wi-Fi driver support" select \ :option:`SIMPLELINK_HOST_DRIVER ` select \ :option:`WIFI_OFFLOAD ` select \ :option:`NET_L2_WIFI_MGMT ` depends on \ :option:`WIFI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*