xref: /kernel/liteos_a/fs/proc/Kconfig (revision 0d163575)
1config FS_PROC
2    bool "Enable PROC"
3    default y
4    depends on FS_VFS
5    help
6      Answer Y to enable LiteOS support proc filesystem.
7
8config PROC_PROCESS_DIR
9    bool "Enable Process mount directory"
10    default n
11    depends on FS_PROC
12