[PATCH 2.6.13-rc3-mm1] connector: fix missing dependencies inKconfig

From: Guillaume Thouvenin
Date: Mon Jul 18 2005 - 07:30:59 EST


Hello Andrew,

This patch fixes missing dependencies in drivers/connector/Kconfig
file. We have to ensure that the dependencies of the selected variable
are fulfilled otherwise it can produce some undefined references
during the kernel compilation. This problem was reported by Adrian Bunk.

Signed-off-by: guillaume.thouvenin@xxxxxxxx
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

Index: linux-2.6.13-rc3-mm1/drivers/connector/Kconfig
===================================================================
--- linux-2.6.13-rc3-mm1.orig/drivers/connector/Kconfig 2005-07-18 13:35:26.000000000 +0200
+++ linux-2.6.13-rc3-mm1/drivers/connector/Kconfig 2005-07-18 13:37:43.000000000 +0200
@@ -12,6 +12,7 @@ config CONNECTOR

config EXIT_CONNECTOR
bool "Enable exit connector"
+ depends on NET
select CONNECTOR
default y
---help---
@@ -23,6 +24,7 @@ config EXIT_CONNECTOR

config FORK_CONNECTOR
bool "Enable fork connector"
+ depends on NET
select 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/