2013-11-14 05:59:14 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
config FS_PROCFS
|
|
|
|
bool "PROCFS File System"
|
|
|
|
default n
|
2013-11-15 23:49:27 +08:00
|
|
|
select FS_WRITABLE
|
2013-11-14 05:59:14 +08:00
|
|
|
---help---
|
|
|
|
The PROCFS file system is provides access to task status through the
|
|
|
|
NuttX file system. The PROCFS may, for example, be mount at /proc.
|
|
|
|
Then information about all of the currently active tasks and threads
|
2013-11-15 23:49:27 +08:00
|
|
|
will be available in proc/.
|