diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ed78d24ee426..740d6ff0367d 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -816,6 +816,18 @@ config RAMFS | |||
816 | To compile this as a module, choose M here: the module will be called | 816 | To compile this as a module, choose M here: the module will be called |
817 | ramfs. | 817 | ramfs. |
818 | 818 | ||
819 | config RELAYFS_FS | ||
820 | tristate "Relayfs file system support" | ||
821 | ---help--- | ||
822 | Relayfs is a high-speed data relay filesystem designed to provide | ||
823 | an efficient mechanism for tools and facilities to relay large | ||
824 | amounts of data from kernel space to user space. | ||
825 | |||
826 | To compile this code as a module, choose M here: the module will be | ||
827 | called relayfs. | ||
828 | |||
829 | If unsure, say N. | ||
830 | |||
819 | endmenu | 831 | endmenu |
820 | 832 | ||
821 | menu "Miscellaneous filesystems" | 833 | menu "Miscellaneous filesystems" |