summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-12 09:46:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-13 14:06:55 +0100
commitd954241f018cb254e22b9a5c2db3f4b65e91a274 (patch)
tree9b0f47c7f1fb3bd88b3255d5713f7d0d1b084409
parentc-user: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE (diff)
downloadrtems-docs-d954241f018cb254e22b9a5c2db3f4b65e91a274.tar.bz2
c-user: Document CONFIGURE_IMFS_ENABLE_MKFIFO
Close #3840.
-rw-r--r--c-user/configuring_a_system.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index cdb86ec..17278c0 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -2583,6 +2583,29 @@ DESCRIPTION:
In case this configuration option is defined, then the support to remove
nodes is disabled in the root IMFS.
+.. index:: CONFIGURE_IMFS_ENABLE_MKFIFO
+
+.. _CONFIGURE_IMFS_ENABLE_MKFIFO:
+
+CONFIGURE_IMFS_ENABLE_MKFIFO
+----------------------------
+
+CONSTANT:
+ ``CONFIGURE_IMFS_ENABLE_MKFIFO``
+
+DATA TYPE:
+ Boolean feature macro.
+
+RANGE:
+ Defined or undefined.
+
+DEFAULT VALUE:
+ This is not defined by default.
+
+DESCRIPTION:
+ In case this configuration option is defined, then the support to make FIFOs
+ is enabled in the root IMFS.
+
Block Device Cache Configuration
================================