The patch titled clean up default value of MTD_PCMCIA_ANONYMOUS has been removed from the -mm tree. Its filename is cleanup-default-value-of-mtd_pcmcia_anonymous.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for MTD_PCMCIA_ANONYMOUS. Signed-off-by: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mtd/maps/Kconfig | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/mtd/maps/Kconfig~cleanup-default-value-of-mtd_pcmcia_anonymous drivers/mtd/maps/Kconfig --- devel/drivers/mtd/maps/Kconfig~cleanup-default-value-of-mtd_pcmcia_anonymous 2006-04-16 17:51:31.000000000 -0700 +++ devel-akpm/drivers/mtd/maps/Kconfig 2006-04-16 17:51:31.000000000 -0700 @@ -561,7 +561,6 @@ config MTD_PCMCIA config MTD_PCMCIA_ANONYMOUS bool "Use PCMCIA MTD drivers for anonymous PCMCIA cards" depends on MTD_PCMCIA - default N help If this option is enabled, PCMCIA cards which do not report anything about themselves are assumed to be MTD cards. _ Patches currently in -mm which might be from jean-luc.leger@xxxxxxxxxxxxxxxx are git-mtd.patch cleanup-default-value-of-sched_smt.patch cleanup-default-value-of-syscall_debug.patch cleanup-default-value-of-usb_isp116x_hcd-usb_sl811_hcd-and-usb_sl811_cs.patch cleanup-default-value-of-ip_dccp_ackvec.patch cleanup-default-value-of-dvb_cinergyt2_enable_rc_input_device.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