tests: subsys: jwt: Remove unneeded CONFIG_PTHREAD_IPC option

As it stands, this option leads to conflict between Newlib and POSIX
headers. (Which needs to be resolved separately.)

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2019-09-02 17:02:08 +03:00 committed by Kumar Gala
parent 0dcee73fe1
commit ae5a7bb579

View file

@ -16,7 +16,6 @@ CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
CONFIG_DEBUG_OPTIMIZATIONS=y
CONFIG_PTHREAD_IPC=y
CONFIG_NET_SOCKETS=y
CONFIG_NEWLIB_LIBC=y