summaryrefslogtreecommitdiffstats
path: root/c-user/config/filesystem.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 14:10:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 14:11:26 +0100
commitf3076bcd52ad1acf4ed5a0147a4ade659c6f8716 (patch)
tree2e458a6b79e4cd17ddcddce0c7a0cc62198c6350 /c-user/config/filesystem.rst
parentc-user: Obsolete CONFIGURE_MAXIMUM_DEVICES (diff)
downloadrtems-docs-f3076bcd52ad1acf4ed5a0147a4ade659c6f8716.tar.bz2
c-user: Sort configuration options alphabetically
Update #3836.
Diffstat (limited to 'c-user/config/filesystem.rst')
-rw-r--r--c-user/config/filesystem.rst50
1 files changed, 25 insertions, 25 deletions
diff --git a/c-user/config/filesystem.rst b/c-user/config/filesystem.rst
index 43b0db0..687c0b9 100644
--- a/c-user/config/filesystem.rst
+++ b/c-user/config/filesystem.rst
@@ -18,6 +18,8 @@ advanced application configuration.
Features of the IMFS can be disabled and enabled with the following
configuration options:
+* :ref:`CONFIGURE_IMFS_ENABLE_MKFIFO`
+
* :ref:`CONFIGURE_IMFS_DISABLE_CHMOD`
* :ref:`CONFIGURE_IMFS_DISABLE_CHOWN`
@@ -44,8 +46,6 @@ configuration options:
* :ref:`CONFIGURE_IMFS_DISABLE_UTIME`
-* :ref:`CONFIGURE_IMFS_ENABLE_MKFIFO`
-
.. index:: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
.. _CONFIGURE_APPLICATION_DISABLE_FILESYSTEM:
@@ -74,29 +74,6 @@ DESCRIPTION:
NOTES:
None.
-.. 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.
-
.. index:: CONFIGURE_IMFS_DISABLE_CHMOD
.. _CONFIGURE_IMFS_DISABLE_CHMOD:
@@ -397,6 +374,29 @@ DESCRIPTION:
In case this configuration option is defined, then the support to change
times 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.
+
.. index:: CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
.. _CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK: