commit | 5bce9cb1d4ab246f3a25dffd8c294135627c02d2 | [log] [tgz] |
---|---|---|
author | Vincent Wan <vincent.wan@linaro.org> | Tue Feb 19 16:57:28 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 05 11:37:10 2019 -0500 |
tree | ec82d38a3a7a58eae638c282f3f1df4ca982adfe | |
parent | 28cfb09010e635b926980d245cd6efa4da00b042 [diff] |
ext: simplelink: Add posix api and pthread support to Kconfig When using the wifi driver, we should automatically select CONFIG_POSIX_API and CONFIG_PTHREAD_IPC. This is necessary given the code in the new SimpleLink host driver from the SimpleLink SDK uses pthread and sem. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>