[PATCH] drivers: isdn: Fix dependency for ISDN_PPP

Subsystems: the rest

STALE5357d

2 messages, 2 authors, 2012-01-10 · open the first message on its own page

[PATCH] drivers: isdn: Fix dependency for ISDN_PPP

From: Fabio Estevam <festevam@gmail.com>
Date: 2012-01-10 11:54:35

Fix the following build warning:

warning: (ISDN_PPP) selects SLHC which has unmet direct dependencies (NETDEVICES)

Signed-off-by: Fabio Estevam <redacted>
---
 drivers/isdn/i4l/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/isdn/i4l/Kconfig b/drivers/isdn/i4l/Kconfig
index 9c6650e..2302fbe 100644
--- a/drivers/isdn/i4l/Kconfig
+++ b/drivers/isdn/i4l/Kconfig
@@ -6,7 +6,7 @@ if ISDN_I4L
 
 config ISDN_PPP
 	bool "Support synchronous PPP"
-	depends on INET
+	depends on INET && NETDEVICES
 	select SLHC
 	help
 	  Over digital connections such as ISDN, there is no need to
-- 
1.7.1

Re: [PATCH] drivers: isdn: Fix dependency for ISDN_PPP

From: David Miller <davem@davemloft.net>
Date: 2012-01-10 22:57:47

From: Fabio Estevam <festevam@gmail.com>
Date: Tue, 10 Jan 2012 09:54:23 -0200
Fix the following build warning:

warning: (ISDN_PPP) selects SLHC which has unmet direct dependencies (NETDEVICES)

Signed-off-by: Fabio Estevam <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help