lguest: remove invalid interrupt forcing logic.
[safe/jmp/linux-2.6] / init / Kconfig
index b37350f..c649657 100644 (file)
@@ -302,13 +302,14 @@ config AUDITSYSCALL
 
 config AUDIT_TREE
        def_bool y
-       depends on AUDITSYSCALL && INOTIFY
+       depends on AUDITSYSCALL
+       select INOTIFY
 
 menu "RCU Subsystem"
 
 choice
        prompt "RCU Implementation"
-       default CLASSIC_RCU
+       default TREE_RCU
 
 config CLASSIC_RCU
        bool "Classic RCU"
@@ -808,6 +809,14 @@ config KALLSYMS_EXTRA_PASS
           you wait for kallsyms to be fixed.
 
 
+config STRIP_ASM_SYMS
+       bool "Strip assembler-generated symbols during link"
+       default n
+       help
+         Strip internal assembler-generated symbols during a link (symbols
+         that look like '.Lxxx') so they don't pollute the output of
+         get_wchan() and suchlike.
+
 config HOTPLUG
        bool "Support for hot-pluggable devices" if EMBEDDED
        default y
@@ -933,7 +942,6 @@ menu "Performance Counters"
 config PERF_COUNTERS
        bool "Kernel Performance Counters"
        depends on HAVE_PERF_COUNTERS
-       default y
        select ANON_INODES
        help
          Enable kernel support for performance counter hardware.