Skip to content

Commit 57057b1

Browse files
Christopher Friedtcfriedt
authored andcommitted
posix: add a top-level menu
Add a top-level menu to prevent POSIX API options from cluttering the menuconfig view under "Additional libraries". Signed-off-by: Christopher Friedt <[email protected]>
1 parent d801e69 commit 57057b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/posix/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6+
menu "POSIX API Support"
7+
68
config POSIX_MAX_FDS
79
int "Maximum number of open file descriptors"
810
default 16 if WIFI_NM_WPA_SUPPLICANT
@@ -58,3 +60,5 @@ source "lib/posix/Kconfig.timer"
5860
source "lib/posix/Kconfig.uname"
5961

6062
rsource "shell/Kconfig"
63+
64+
endmenu # "POSIX API Support"

0 commit comments

Comments
 (0)