From: Evgeniy Polyakov 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 Cc: Cc: Greg KH Cc: Roman Zippel Cc: "Randy.Dunlap" Cc: Adrian Bunk Acked-by: Jean Delvare Signed-off-by: Andrew Morton --- 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. _