The patch titled W1_CON: add W1 to depends has been added to the -mm tree. Its filename is w1_con-add-w1-to-depends.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> W1_CON should depend on W1 also. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/w1/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/w1/Kconfig~w1_con-add-w1-to-depends drivers/w1/Kconfig --- 25/drivers/w1/Kconfig~w1_con-add-w1-to-depends Thu Apr 27 14:43:49 2006 +++ 25-akpm/drivers/w1/Kconfig Thu Apr 27 14:43:49 2006 @@ -13,7 +13,7 @@ config W1 will be called wire.ko. config W1_CON - depends on CONNECTOR + depends on CONNECTOR && W1 bool "Userspace communication over connector" default y --- help --- _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are w1_con-add-w1-to-depends.patch config-exit-if-no-beginning-filename.patch git-mtd.patch areca-raid-linux-scsi-driver.patch git-watchdog.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch acpi-identify-which-device-is-not-power-manageable.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