2019-04-25 15:47:28 -07:00
|
|
|
# Kconfig - CC3220/CC32XX SDK HAL configuration
|
2017-03-30 11:10:17 -07:00
|
|
|
|
|
|
|
config HAS_CC3220SDK
|
|
|
|
bool
|
|
|
|
|
2017-07-13 16:30:31 -07:00
|
|
|
# Notes:
|
|
|
|
# SimpleLink drivers require types (stdint.h) from NEWLIB_LIBC
|
|
|
|
# Selecting ERRNO lets host driver use Zephyr's __errno
|
2019-02-19 16:57:28 -08:00
|
|
|
# Selecting PTHREAD_IPC and POSIX_API are needed to build the host driver
|
2017-07-13 16:30:31 -07:00
|
|
|
config SIMPLELINK_HOST_DRIVER
|
|
|
|
bool "Build the SimpleLink WiFi Host Driver"
|
2017-03-30 11:10:17 -07:00
|
|
|
depends on HAS_CC3220SDK
|
2017-07-13 16:30:31 -07:00
|
|
|
depends on MULTITHREADING
|
2018-03-02 17:30:32 -08:00
|
|
|
select NEWLIB_LIBC
|
2017-07-13 16:30:31 -07:00
|
|
|
select ERRNO
|
2019-09-06 17:05:46 +02:00
|
|
|
select PTHREAD_IPC
|
2019-08-30 13:56:32 -07:00
|
|
|
select POSIX_CLOCK
|
2017-03-30 11:10:17 -07:00
|
|
|
help
|
2017-12-13 10:08:21 -05:00
|
|
|
Build the SimpleLink host driver
|
2017-08-15 07:30:22 +05:30
|
|
|
|
|
|
|
# Kconfig - MSP432 SDK HAL configuration
|
|
|
|
|
|
|
|
config HAS_MSP432P4XXSDK
|
2019-09-06 17:05:46 +02:00
|
|
|
bool
|
2019-10-17 09:42:35 +09:00
|
|
|
select HAS_CMSIS_CORE
|
2019-04-09 10:20:05 -05:00
|
|
|
|
|
|
|
# Kconfig - CC13X2 / CC26X2 SDK HAL configuration
|
|
|
|
|
|
|
|
config HAS_CC13X2_CC26X2_SDK
|
|
|
|
bool
|