X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2FKconfig;h=740d6ff0367d8b4cd39206d8e1bcd50b1ebca884;hb=85747f0325406f3393f48e50c7e31437e2915141;hp=ed78d24ee4263fcfc2495b7f0efbdd6af561c10d;hpb=94f8c66e5e543d79231abf203d6e514ecb668688;p=linux-2.6 diff --git a/fs/Kconfig b/fs/Kconfig index ed78d24ee4..740d6ff036 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -816,6 +816,18 @@ config RAMFS To compile this as a module, choose M here: the module will be called ramfs. +config RELAYFS_FS + tristate "Relayfs file system support" + ---help--- + Relayfs is a high-speed data relay filesystem designed to provide + an efficient mechanism for tools and facilities to relay large + amounts of data from kernel space to user space. + + To compile this code as a module, choose M here: the module will be + called relayfs. + + If unsure, say N. + endmenu menu "Miscellaneous filesystems"