The patch titled w1 kconfig fix has been added to the -mm tree. Its filename is w1-kconfig-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: w1 kconfig fix From: Evgeniy Polyakov <johnpol@xxxxxxxxxxx> Remove dependency of w1 subsytem from connector, only w1_con must depend on it. With attached patch applied to vanilla 2.6.19-git things works fine. Signed-off-by: Evgeniy Polyakov <johnpol@xxxxxxxxxxx> Cc: <dmb@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: "Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> Cc: Adrian Bunk <bunk@xxxxxxxxx> Acked-by: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/w1/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/w1/Kconfig~w1-kconfig-fix drivers/w1/Kconfig --- a/drivers/w1/Kconfig~w1-kconfig-fix +++ a/drivers/w1/Kconfig @@ -2,7 +2,6 @@ menu "Dallas's 1-wire bus" config W1 tristate "Dallas's 1-wire support" - depends on CONNECTOR ---help--- Dallas' 1-wire bus is useful to connect slow 1-pin devices such as iButtons and thermal sensors. _ Patches currently in -mm which might be from johnpol@xxxxxxxxxxx are w1-kconfig-fix.patch kevent-core-files.patch kevent-core-files-fix.patch kevent-core-files-s390-hack.patch kevent-poll-select-notifications.patch kevent-socket-notifications.patch kevent-timer-notifications.patch kevent-fix-socket-notifications.patch kevent-remove-mmap-interface.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