Kconfig Reference
 
  • All Configuration Options
  • Zephyr Architecture Configuration Options
  • Zephyr SoC Configuration Options
  • Zephyr Driver Configuration Options
  • Zephyr Boards Configuration Options
  • Zephyr Kernel Configuration Options
  • Zephyr Library Configuration Options
  • Zephyr Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_WIFI_SIMPLELINK
  • View page source

CONFIG_WIFI_SIMPLELINK¶

SimpleLink Wi-Fi driver support

Type: bool

Direct dependencies¶

WIFI

(Includes any dependencies from ifs and menus.)

Defaults¶

No defaults. Implicitly defaults to n.

Symbols selected by this symbol¶

  • SIMPLELINK_HOST_DRIVER

  • WIFI_OFFLOAD

  • NET_L2_WIFI_MGMT

Kconfig definition¶

At <Zephyr Driver>/wifi/simplelink/Kconfig.simplelink:6

Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:78 → <Zephyr Driver>/wifi/Kconfig:33

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

menuconfig WIFI_SIMPLELINK
    bool "SimpleLink Wi-Fi driver support"
    select SIMPLELINK_HOST_DRIVER
    select WIFI_OFFLOAD
    select NET_L2_WIFI_MGMT
    depends on WIFI

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


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 03, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings