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