Skip to content

Commit

Permalink
[nrf noup] zephyr: Add dependent kconfig
Browse files Browse the repository at this point in the history
To include posix reated API's.
Need to be enabled by application.

Signed-off-by: Triveni Danda <[email protected]>
  • Loading branch information
D-Triveni committed Jul 31, 2023
1 parent a823b49 commit 20f2593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
config WFA_QT_CONTROL_APP
# Need full POSIX from libc, Zephyr's POSIX support is only partial
depends on !POSIX_API
select PTHREAD_IPC
bool "WFA Quicktrack control app"

0 comments on commit 20f2593

Please sign in to comment.