:orphan: .. title:: CONFIG_SIMPLELINK_HOST_DRIVER .. kconfig:: CONFIG_SIMPLELINK_HOST_DRIVER CONFIG_SIMPLELINK_HOST_DRIVER ############################# *Build the SimpleLink WiFi Host Driver* Type: ``bool`` Help ==== .. code-block:: none Build the SimpleLink host driver Direct dependencies =================== \ :kconfig:`HAS_CC3220SDK ` && \ :kconfig:`MULTITHREADING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`REQUIRES_FULL_LIBC ` - \ :kconfig:`ERRNO ` - \ :kconfig:`PTHREAD_IPC ` - \ :kconfig:`POSIX_CLOCK ` Symbols that select this symbol =============================== - \ :kconfig:`WIFI_SIMPLELINK ` Kconfig definition ================== At ``/Kconfig.simplelink:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:24`` Menu path: (Top) → Modules .. code-block:: kconfig 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.)*