Skip to content

Commit

Permalink
modules: Kconfig.simplelink: Remove POSIX_API from being selected
Browse files Browse the repository at this point in the history
PR zephyrproject-rtos#18780 introduces a way to decouple pthread support from the general
CONFIG_POSIX_API global switch. This commit modifies the build of
SimpleLink components to take advantage of it, since SimpleLink
libraries only require pthread (and sem) support, not entire POSIX.

This fixes the build errors in the http_get sample introduced
by the merge of zephyrproject-rtos#18736.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
  • Loading branch information
vanti committed Aug 30, 2019
1 parent aa9b762 commit ee9cdfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/Kconfig.simplelink
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ config SIMPLELINK_HOST_DRIVER
depends on MULTITHREADING
select NEWLIB_LIBC
select ERRNO
select POSIX_API
select PTHREAD_IPC
help
Build the SimpleLink host driver
Expand Down

0 comments on commit ee9cdfd

Please sign in to comment.