]> err.no Git - linux-2.6/blobdiff - arch/Kconfig
memory hotplug: allocate usemap on the section with pgdat
[linux-2.6] / arch / Kconfig
index 3d72dc3fc8f52f5d822cc6c256e21fb21e2b4f61..6093c0be58b017a1a325d2b4c29b0f6ff1e771ba 100644 (file)
@@ -27,5 +27,28 @@ config KPROBES
          for kernel debugging, non-intrusive instrumentation and testing.
          If in doubt, say "N".
 
+config KRETPROBES
+       def_bool y
+       depends on KPROBES && HAVE_KRETPROBES
+
+config HAVE_IOREMAP_PROT
+       def_bool n
+
 config HAVE_KPROBES
        def_bool n
+
+config HAVE_KRETPROBES
+       def_bool n
+
+config HAVE_DMA_ATTRS
+       def_bool n
+
+config USE_GENERIC_SMP_HELPERS
+       def_bool n
+
+config HAVE_CLK
+       def_bool n
+       help
+         The <linux/clk.h> calls support software clock gating and
+         thus are a key power management tool on many systems.
+