2025-10-10 16:07:00 +08:00

12 lines
173 B
Plaintext

menu "Bk_vfs"
config VFS
bool "Enable Vfs"
default n
config VFS_MAX_FD_NUM
int "bk vfs max file fd num"
default 20
help
bk vfs max file fd num
endmenu