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>
This commit is contained in:
committed by
David S. Miller
parent
aae54cff92
commit
2193ceabdc
@@ -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
|
||||||
|
Reference in New Issue
Block a user