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:
parent
0dcee73fe1
commit
ae5a7bb579
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue