2025-02-27 17:59:18 +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