summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2004-04-07 20:42:33 +0000
committerjdike <jdike>2004-04-07 20:42:33 +0000
commit6444618a117b16c70fd9e34c4de63ecd54d9c973 (patch)
treee18c5ab78b4546f82b3f5811612c313eb0c3ff61
parentb8cd619f2de20db3caa6b4a21228ee7b8be1ee85 (diff)
downloaduml-history-6444618a117b16c70fd9e34c4de63ecd54d9c973.tar.gz
Added mppe support.
-rw-r--r--arch/um/config_net.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/config_net.in b/arch/um/config_net.in
index 0e65648..3661e22 100644
--- a/arch/um/config_net.in
+++ b/arch/um/config_net.in
@@ -37,6 +37,7 @@ if [ ! "$CONFIG_PPP" = "n" ]; then
dep_tristate ' PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP $CONFIG_PPP
dep_tristate ' PPP over Ethernet (EXPERIMENTAL)' CONFIG_PPPOE $CONFIG_PPP $CONFIG_EXPERIMENTAL
+ dep_tristate ' PPP MPPE compression (encryption)' CONFIG_PPP_MPPE $CONFIG_PPP
fi
tristate 'SLIP (serial line) support' CONFIG_SLIP