Files
openharmony_kernel_liteos_a/fs/vfs/Kconfig
Caoruihong 63bd69267a drop unnecessary executable file permission mode
Change-Id: Ia6c1f6302407a707b3ec9b805f4c92d8a7970b86
2020-10-13 16:37:25 +08:00

21 lines
441 B
Plaintext

config FS_VFS
bool "Enable VFS"
default y
help
Answer Y to enable LiteOS support virtual filesystem.
config FS_VFS_BLOCK_DEVICE
bool "Enable Block DEVICE"
default n
depends on FS_VFS
help
Answer Y to enable LiteOS support read/open/seek/write block device.
config FILE_MODE
bool "Enable FILE MODE"
default y
depends on FS_VFS
help
Answer Y to enable LiteOS support file mode.