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 <cfriedt@meta.com>
This commit is contained in:
parent
d801e697dd
commit
57057b141c
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menu "POSIX API Support"
|
||||
|
||||
config POSIX_MAX_FDS
|
||||
int "Maximum number of open file descriptors"
|
||||
default 16 if WIFI_NM_WPA_SUPPLICANT
|
||||
|
@ -58,3 +60,5 @@ source "lib/posix/Kconfig.timer"
|
|||
source "lib/posix/Kconfig.uname"
|
||||
|
||||
rsource "shell/Kconfig"
|
||||
|
||||
endmenu # "POSIX API Support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue