From: Fabio Estevam Date: Tue, 10 Jan 2012 01:54:23 +0000 (+0000) Subject: drivers: isdn: Fix dependency for ISDN_PPP X-Git-Tag: firefly_0821_release~3680^2~3734^2~40 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2193ceabdcde1fca5e017acf1d0023285531748f;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: David S. Miller --- 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 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