aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2012-01-09 20:54:23 -0500
committerDavid S. Miller <davem@davemloft.net>2012-01-10 17:57:20 -0500
commit2193ceabdcde1fca5e017acf1d0023285531748f (patch)
tree5b2116a0256006e5e318b5bbb9231a71410b0dcf
parentaae54cff9255f190ec712468d1b40e63bb51e127 (diff)
drivers: isdn: Fix dependency for ISDN_PPP
Fix the following build warning: warning: (ISDN_PPP) selects SLHC which has unmet direct dependencies (NETDEVICES) Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/isdn/i4l/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/i4l/Kconfig b/drivers/isdn/i4l/Kconfig
index 9c6650ea848e..2302fbe70ac6 100644
--- a/drivers/isdn/i4l/Kconfig
+++ b/drivers/isdn/i4l/Kconfig
@@ -6,7 +6,7 @@ if ISDN_I4L
6 6
7config ISDN_PPP 7config ISDN_PPP
8 bool "Support synchronous PPP" 8 bool "Support synchronous PPP"
9 depends on INET 9 depends on INET && NETDEVICES
10 select SLHC 10 select SLHC
11 help 11 help
12 Over digital connections such as ISDN, there is no need to 12 Over digital connections such as ISDN, there is no need to