[PATCH] w1: clean up W1_CON dependency.
authorEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Thu, 27 Apr 2006 15:40:27 +0000 (19:40 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jun 2006 18:22:51 +0000 (11:22 -0700)
If w1 is not enabled, w1_con should not appear in configuration,
even if no logic is turned on without w1.
W1_CON should depend on W1 also.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/w1/Kconfig

index 0c6c435..f2d9a08 100644 (file)
@@ -12,7 +12,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 ---