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_SIMPLELINK_HOST_DRIVER
  • View page source

CONFIG_SIMPLELINK_HOST_DRIVER¶

Build the SimpleLink WiFi Host Driver

Type: bool

Help¶

Build the SimpleLink host driver

Direct dependencies¶

HAS_CC3220SDK && MULTITHREADING

(Includes any dependencies from ifs and menus.)

Defaults¶

No defaults. Implicitly defaults to n.

Symbols selected by this symbol¶

  • REQUIRES_FULL_LIBC

  • ERRNO

  • PTHREAD_IPC

  • POSIX_CLOCK

Symbols that select this symbol¶

  • WIFI_SIMPLELINK

Kconfig definition¶

At <External Modules>/Kconfig.simplelink:11

Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:24

Menu path: (Top) → Modules

config SIMPLELINK_HOST_DRIVER
    bool "Build the SimpleLink WiFi Host Driver"
    select REQUIRES_FULL_LIBC
    select ERRNO
    select PTHREAD_IPC
    select POSIX_CLOCK
    depends on HAS_CC3220SDK && MULTITHREADING
    help
      Build the SimpleLink host driver

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


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

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings