The patch titled Use menuconfig objects II - oprofile has been removed from the -mm tree. Its filename was use-menuconfig-objects-ii-oprofile.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Use menuconfig objects II - oprofile From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu", so that the user can disable all the options in that menu at once instead of having to disable each option separately. Signed-off-by: Jan Engelhardt <jengelh@xxxxxx> Cc: Philippe Elie <phil.el@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/Kconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff -puN arch/i386/Kconfig~use-menuconfig-objects-ii-oprofile arch/i386/Kconfig --- a/arch/i386/Kconfig~use-menuconfig-objects-ii-oprofile +++ a/arch/i386/Kconfig @@ -1212,8 +1212,12 @@ source "drivers/Kconfig" source "fs/Kconfig" -menu "Instrumentation Support" +menuconfig INSTRUMENTATION + bool "Instrumentation Support" depends on EXPERIMENTAL + default y + +if INSTRUMENTATION source "arch/i386/oprofile/Kconfig" @@ -1226,7 +1230,8 @@ config KPROBES a probepoint and specifies the callback. Kprobes is useful for kernel debugging, non-intrusive instrumentation and testing. If in doubt, say "N". -endmenu + +endif # INSTRUMENTATION source "arch/i386/Kconfig.debug" _ Patches currently in -mm which might be from jengelh@xxxxxxxxxxxxxxx are origin.patch git-acpi.patch git-kvm.patch use-menuconfig-objects-pcmcia.patch use-menuconfig-objects-ii-scsi.patch use-menuconfig-objects-isdn-config_isdn.patch use-menuconfig-objects-isdn-config_isdn_capi.patch use-menuconfig-objects-isdn-config_capi_avm.patch use-menuconfig-objects-isdn-config_capi_eicon.patch use-menuconfig-objects-ii-md.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html