The patch titled fix dependencies of W1_SLAVE_DS2433_CRC has been removed from the -mm tree. Its filename is fix-dependencies-of-w1_slave_ds2433_crc.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 fixes dependencies of W1_SLAVE_DS2433_CRC. Signed-off-by: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/w1/slaves/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/w1/slaves/Kconfig~fix-dependencies-of-w1_slave_ds2433_crc drivers/w1/slaves/Kconfig --- devel/drivers/w1/slaves/Kconfig~fix-dependencies-of-w1_slave_ds2433_crc 2006-04-16 18:12:28.000000000 -0700 +++ devel-akpm/drivers/w1/slaves/Kconfig 2006-04-16 18:12:28.000000000 -0700 @@ -28,7 +28,7 @@ config W1_SLAVE_DS2433 config W1_SLAVE_DS2433_CRC bool "Protect DS2433 data with a CRC16" - depends on W1_DS2433 + depends on W1_SLAVE_DS2433 select CRC16 help Say Y here to protect DS2433 data with a CRC16. _ Patches currently in -mm which might be from jean-luc.leger@xxxxxxxxxxxxxxxx are cleanup-default-value-of-sched_smt.patch cleanup-default-value-of-syscall_debug.patch cleanup-default-value-of-mtd_pcmcia_anonymous.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