summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-13 21:11:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-13 21:11:55 +0100
commit40a18d7f9a763a7d5d7fc3708741b52f7b55d0e3 (patch)
treecdfbe9f0541ac352992416213622ca6e92f0a529 /doc/user/conf.t
parentIMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM (diff)
downloadrtems-40a18d7f9a763a7d5d7fc3708741b52f7b55d0e3.tar.bz2
IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE
Diffstat (limited to '')
-rw-r--r--doc/user/conf.t26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 138d322994..64d37ad902 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -2973,6 +2973,32 @@ In case this configuration option is defined, then the support to make
directories, devices, regular files and FIFOs is disabled in the root IMFS.
@c
+@c === CONFIGURE_IMFS_DISABLE_MKNOD_FILE ===
+@c
+@subsection Disable Make Files Support of Root IMFS
+
+@findex CONFIGURE_IMFS_DISABLE_MKNOD_FILE
+
+@table @b
+@item CONSTANT:
+@code{CONFIGURE_IMFS_DISABLE_MKNOD_FILE}
+
+@item DATA TYPE:
+Boolean feature macro.
+
+@item RANGE:
+Defined or undefined.
+
+@item DEFAULT VALUE:
+This is not defined by default.
+
+@end table
+
+@subheading DESCRIPTION:
+In case this configuration option is defined, then the support to make regular
+files is disabled in the root IMFS.
+
+@c
@c === CONFIGURE_IMFS_DISABLE_RMNOD ===
@c
@subsection Disable Remove Nodes Support of Root IMFS