Skip to content

Commit

Permalink
drivers: isdn: Fix dependency for ISDN_PPP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and David S. Miller committed Jan 10, 2012
1 parent aae54cf commit 2193cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/i4l/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2193cea

Please sign in to comment.