Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] w1 kconfig fix

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@2ka.mipt.ru>
Cc: <dmb@pochta.ru>
Cc: Greg KH <greg@kroah.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: Adrian Bunk <bunk@stusta.de>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Evgeniy Polyakov and committed by
Linus Torvalds
f9b2e97b 91828a40

-1
-1
drivers/w1/Kconfig
··· 2 2 3 3 config W1 4 4 tristate "Dallas's 1-wire support" 5 - depends on CONNECTOR 6 5 ---help--- 7 6 Dallas' 1-wire bus is useful to connect slow 1-pin devices 8 7 such as iButtons and thermal sensors.