|
@@ -150,9 +150,13 @@ config HDLC_FR
|
|
|
|
|
|
config HDLC_PPP
|
|
config HDLC_PPP
|
|
tristate "Synchronous Point-to-Point Protocol (PPP) support"
|
|
tristate "Synchronous Point-to-Point Protocol (PPP) support"
|
|
- depends on HDLC
|
|
|
|
|
|
+ depends on HDLC && BROKEN
|
|
help
|
|
help
|
|
Generic HDLC driver supporting PPP over WAN connections.
|
|
Generic HDLC driver supporting PPP over WAN connections.
|
|
|
|
+ This module is currently broken and will cause a kernel panic
|
|
|
|
+ when a device configured in PPP mode is activated.
|
|
|
|
+
|
|
|
|
+ It will be replaced by new PPP implementation in Linux 2.6.26.
|
|
|
|
|
|
If unsure, say N.
|
|
If unsure, say N.
|
|
|
|
|