Преглед изворни кода

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>
Fabio Estevam пре 13 година
родитељ
комит
2193ceabdc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/isdn/i4l/Kconfig

+ 1 - 1
drivers/isdn/i4l/Kconfig

@@ -6,7 +6,7 @@ if ISDN_I4L
 
 
 config ISDN_PPP
 config ISDN_PPP
 	bool "Support synchronous PPP"
 	bool "Support synchronous PPP"
-	depends on INET
+	depends on INET && NETDEVICES
 	select SLHC
 	select SLHC
 	help
 	help
 	  Over digital connections such as ISDN, there is no need to
 	  Over digital connections such as ISDN, there is no need to