Skip to content

Commit 8a48177

Browse files
cfriedtjhedberg
authored andcommitted
posix: profiles: make POSIX_AEP_CHOICE_ZEPHYR the default
Default POSIX_AEP_CHOICE to POSIX_AEP_CHOICE_ZEPHYR Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent 27bc1fe commit 8a48177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/posix/Kconfig.profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config POSIX_API
2626

2727
choice POSIX_AEP_CHOICE
2828
prompt "POSIX Subprofile"
29-
default POSIX_AEP_CHOICE_NONE
29+
default POSIX_AEP_CHOICE_ZEPHYR
3030
help
3131
This choice is intended to help users select the correct POSIX profile for their
3232
application. Choices are based on IEEE 1003.13-2003 (now inactive / reserved) and

0 commit comments

Comments
 (0)