]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/Kconfig
[PATCH] kill include/linux/platform.h, default_idle() cleanup
[linux-2.6-omap-h63xx.git] / init / Kconfig
index 8b7abae87bf9c15ec3934e73322df849595e81dc..1d19fd25204bc2083a002e73c9240b20e95345e4 100644 (file)
@@ -169,7 +169,6 @@ config SYSCTL
 config AUDIT
        bool "Auditing support"
        depends on NET
 config AUDIT
        bool "Auditing support"
        depends on NET
-       default y if SECURITY_SELINUX
        help
          Enable auditing infrastructure that can be used with another
          kernel subsystem, such as SELinux (which requires this for
        help
          Enable auditing infrastructure that can be used with another
          kernel subsystem, such as SELinux (which requires this for
@@ -215,6 +214,17 @@ config CPUSETS
 
          Say N if unsure.
 
 
          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
 source "usr/Kconfig"
 
 config UID16