:orphan: .. title:: SIMPLELINK_HOST_DRIVER .. option:: CONFIG_SIMPLELINK_HOST_DRIVER *Build the SimpleLink WiFi Host Driver* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``modules/Kconfig.simplelink:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:27`` Menu path: (Top) → Modules .. parsed-literal:: config SIMPLELINK_HOST_DRIVER bool "Build the SimpleLink WiFi Host Driver" select \ :option:`REQUIRES_FULL_LIBC ` select \ :option:`ERRNO ` select \ :option:`PTHREAD_IPC ` select \ :option:`POSIX_CLOCK ` depends on \ :option:`HAS_CC3220SDK ` && \ :option:`MULTITHREADING ` help Build the SimpleLink host driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*