Messages in this thread Patch in this message |  | | Date | Sun, 18 May 2003 21:29:33 +0200 | From | Adrian Bunk <> | Subject | [2.4 patch] add four CONFIG_HDLC_DEBUG_* Configure.help text |
| |
Hi Marcelo,
the patch below adds four Configure.help entries that were missing in 2.4.21-rc2 (I've taken the texts from 2.5).
Please apply Adrian
--- linux-2.4.21-rc2/Documentation/Configure.help.old 2003-05-18 21:21:51.000000000 +0200 +++ linux-2.4.21-rc2/Documentation/Configure.help 2003-05-18 21:23:46.000000000 +0200 @@ -9684,6 +9684,26 @@ should add "alias syncX farsync" to /etc/modules.conf for each interface, where X is 0, 1, 2, ... +CONFIG_HDLC_DEBUG_PKT + This option is for developers only - do NOT use on production + systems. + +CONFIG_HDLC_DEBUG_HARD_HEADER + This option is for developers only - do NOT use on production + systems. + +CONFIG_HDLC_DEBUG_ECN + This option is for developers only - do NOT use on production + systems. + +CONFIG_HDLC_DEBUG_RINGS + If you answer Y here you will be able to get a diagnostic dump of + port's TX and RX packet rings, using "sethdlc hdlcX private" + command. It does not affect normal operations. + + If unsure, say Y here. + + Frame Relay (DLCI) support CONFIG_DLCI This is support for the frame relay protocol; frame relay is a fast - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |