12 lines
173 B
Plaintext
Raw Normal View History

2025-10-10 16:07:00 +08:00
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