]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/Kconfig
[PATCH] freeze_bdev() cleanup
[linux-2.6-omap-h63xx.git] / init / Kconfig
index 38416a199def24332f22692e9da1203a962a8d58..05951c1d654e25a00d83f97d352cf6b768facdb0 100644 (file)
@@ -214,6 +214,17 @@ config CPUSETS
 
          Say N if unsure.
 
+config RELAY
+       bool "Kernel->user space relay support (formerly relayfs)"
+       help
+         This option enables support for relay interface support in
+         certain file systems (such as debugfs).
+         It is designed to provide an efficient mechanism for tools and
+         facilities to relay large amounts of data from kernel space to
+         user space.
+
+         If unsure, say N.
+
 source "usr/Kconfig"
 
 config UID16
@@ -459,15 +470,6 @@ config MODULE_FORCE_UNLOAD
          rmmod).  This is mainly for kernel developers and desperate users.
          If unsure, say N.
 
-config OBSOLETE_MODPARM
-       bool
-       default y
-       depends on MODULES
-       help
-         You need this option to use module parameters on modules which
-         have not been converted to the new module parameter system yet.
-         If unsure, say Y.
-
 config MODVERSIONS
        bool "Module versioning support"
        depends on MODULES