summaryrefslogtreecommitdiff
path: root/nuttx/fs/procfs/Kconfig
blob: 9f20aa6722ca8a573655e70ab23099566c717c0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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
	select FS_WRITABLE
	---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
		will be available in proc/.