Create a toplevel Kconfig for arch/x86 and update the i386 and x86_64 Kconfigs as well. Signed-off-by: Steven Rostedt Cc: Glauber de Oliveira Costa Cc: Rusty Russell Cc: Chris Wright Cc: Andi Kleen Cc: Jeremy Fitzhardinge diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig new file mode 100644 index 0000000..18223ff --- /dev/null +++ b/arch/x86/Kconfig @@ -0,0 +1,4 @@ + + +source arch/x86/oprofile/Kconfig + diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 56eb14c..3a2e117 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -738,7 +738,7 @@ source fs/Kconfig menu "Instrumentation Support" depends on EXPERIMENTAL -source "arch/x86_64/oprofile/Kconfig" +source "arch/x86/Kconfig" config KPROBES bool "Kprobes (EXPERIMENTAL)" -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/