Skip to content

Commit 078f30d

Browse files
committed
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 5c6a9c2 commit 078f30d

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
@@ -20,7 +20,7 @@ config POSIX_API
2020

2121
choice POSIX_AEP_CHOICE
2222
prompt "POSIX Subprofile"
23-
default POSIX_AEP_CHOICE_NONE
23+
default POSIX_AEP_CHOICE_ZEPHYR
2424
help
2525
This choice is intended to help users select the correct POSIX profile for their
2626
application. Choices are based on IEEE 1003.13-2003 (now inactive / reserved) and

0 commit comments

Comments
 (0)