IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE

This commit is contained in:
Sebastian Huber
2015-02-13 21:11:55 +01:00
parent 12eee4fdb5
commit 40a18d7f9a
3 changed files with 35 additions and 5 deletions

View File

@@ -2972,6 +2972,32 @@ This is not defined by default.
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