aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-11-11 05:51:24 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-11-11 05:51:24 -0500
commit3b621ee5df437d3f332a635ab6421aaa61a7dc2b (patch)
treec4a5236cee8eb7418770802313d36a55f1cc0b1e /drivers/net/Kconfig
parent7211bb9b64f17b23834d91fc3d0c1d78671ee9a8 (diff)
parent5e04e7fe774794b837e1d3897e6b96ae2d06679a (diff)
Merge branch 'master'
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index e2d5b77764a2..1579041f73fc 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -447,7 +447,7 @@ config NET_SB1250_MAC
447 447
448config SGI_IOC3_ETH 448config SGI_IOC3_ETH
449 bool "SGI IOC3 Ethernet" 449 bool "SGI IOC3 Ethernet"
450 depends on NET_ETHERNET && PCI && SGI_IP27 && BROKEN 450 depends on NET_ETHERNET && PCI && SGI_IP27
451 select CRC32 451 select CRC32
452 select MII 452 select MII
453 help 453 help
@@ -2541,6 +2541,19 @@ config PPP_BSDCOMP
2541 module; it is called bsd_comp and will show up in the directory 2541 module; it is called bsd_comp and will show up in the directory
2542 modules once you have said "make modules". If unsure, say N. 2542 modules once you have said "make modules". If unsure, say N.
2543 2543
2544config PPP_MPPE
2545 tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)"
2546 depends on PPP && EXPERIMENTAL
2547 select CRYPTO
2548 select CRYPTO_SHA1
2549 select CRYPTO_ARC4
2550 ---help---
2551 Support for the MPPE Encryption protocol, as employed by the
2552 Microsoft Point-to-Point Tunneling Protocol.
2553
2554 See http://pptpclient.sourceforge.net/ for information on
2555 configuring PPTP clients and servers to utilize this method.
2556
2544config PPPOE 2557config PPPOE
2545 tristate "PPP over Ethernet (EXPERIMENTAL)" 2558 tristate "PPP over Ethernet (EXPERIMENTAL)"
2546 depends on EXPERIMENTAL && PPP 2559 depends on EXPERIMENTAL && PPP