The patch titled Use menuconfig objects II - misc strange dev has been removed from the -mm tree. Its filename was use-menuconfig-objects-ii-misc-strange-dev.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Use menuconfig objects II - misc strange dev 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> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/Kconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff -puN drivers/misc/Kconfig~use-menuconfig-objects-ii-misc-strange-dev drivers/misc/Kconfig --- a/drivers/misc/Kconfig~use-menuconfig-objects-ii-misc-strange-dev +++ a/drivers/misc/Kconfig @@ -2,7 +2,11 @@ # Misc strange devices # -menu "Misc devices" +menuconfig MISC_STRANGE_DEV + bool "Misc devices" + default y + +if MISC_STRANGE_DEV config IBM_ASM tristate "Device driver for IBM RSA service processor" @@ -192,4 +196,4 @@ config THINKPAD_ACPI_BAY If you are not sure, say Y here. -endmenu +endif # MISC_STRANGE_DEV _ 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