[PATCH -mm] W1_CON: add W1 to depends

From: Randy.Dunlap
Date: Thu Apr 27 2006 - 00:18:58 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

W1_CON should depend on W1 also.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
drivers/w1/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.17-rc1-mm3.orig/drivers/w1/Kconfig
+++ linux-2.6.17-rc1-mm3/drivers/w1/Kconfig
@@ -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 ---


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/