blob: 362b9aa1405c756b3b3003d5ff6f2696e55c82fe [file] [log] [blame]
# Kconfig - CC3220 SDK HAL configuration
config HAS_CC3220SDK
bool
# Notes:
# SimpleLink drivers require types (stdint.h) from NEWLIB_LIBC
# Selecting ERRNO lets host driver use Zephyr's __errno
config SIMPLELINK_HOST_DRIVER
bool "Build the SimpleLink WiFi Host Driver"
default n
depends on HAS_CC3220SDK
depends on MULTITHREADING
depends on NEWLIB_LIBC
select ERRNO
help
Build the SimpleLink host driver