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>