projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae54cf
)
drivers: isdn: Fix dependency for ISDN_PPP
author
Fabio Estevam
<festevam@gmail.com>
Tue, 10 Jan 2012 01:54:23 +0000
(
01:54
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 10 Jan 2012 22:57:20 +0000
(14:57 -0800)
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>
drivers/isdn/i4l/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/isdn/i4l/Kconfig
b/drivers/isdn/i4l/Kconfig
index 9c6650ea848ece07f2a369cbc0e7a17b26fc035b..2302fbe70ac62badd292a5e455a24042687f2b09 100644
(file)
--- 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