X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2FKconfig;h=ad89a33d8c6ef66acb166e49fa423659e18afc9c;hb=3d4422332711ef48ef0f132f1fcbfcbd56c7f3d1;hp=3d72dc3fc8f52f5d822cc6c256e21fb21e2b4f61;hpb=9ef9dc69d4167276c04590d67ee55de8380bc1ad;p=linux-2.6-omap-h63xx.git diff --git a/arch/Kconfig b/arch/Kconfig index 3d72dc3fc8f..ad89a33d8c6 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -27,5 +27,18 @@ 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_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