access_process_vm device memory infrastructure
[pandora-kernel.git] / arch / Kconfig
index 694c9af..6093c0b 100644 (file)
@@ -31,8 +31,24 @@ 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.
+