aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-12-31 02:15:15 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:00:11 -0500
commit6fe5452b3bb53e5bf5f37590b280ee73dc1e61b6 (patch)
tree944f0ad020003672f1a4e270fc9309e0655a938a
parent9dd3245a2ac1834797191072705015e6a12f55bf (diff)
[ATM]: atm is no longer experimental
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/atm/Kconfig13
1 files changed, 6 insertions, 7 deletions
diff --git a/net/atm/Kconfig b/net/atm/Kconfig
index 21ff276b2d80..754ea103b378 100644
--- a/net/atm/Kconfig
+++ b/net/atm/Kconfig
@@ -1,10 +1,9 @@
1# 1#
2# Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) 2# Asynchronous Transfer Mode (ATM)
3# 3#
4 4
5config ATM 5config ATM
6 tristate "Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)" 6 tristate "Asynchronous Transfer Mode (ATM)"
7 depends on EXPERIMENTAL
8 ---help--- 7 ---help---
9 ATM is a high-speed networking technology for Local Area Networks 8 ATM is a high-speed networking technology for Local Area Networks
10 and Wide Area Networks. It uses a fixed packet size and is 9 and Wide Area Networks. It uses a fixed packet size and is
@@ -20,7 +19,7 @@ config ATM
20 further details. 19 further details.
21 20
22config ATM_CLIP 21config ATM_CLIP
23 tristate "Classical IP over ATM (EXPERIMENTAL)" 22 tristate "Classical IP over ATM"
24 depends on ATM && INET 23 depends on ATM && INET
25 help 24 help
26 Classical IP over ATM for PVCs and SVCs, supporting InARP and 25 Classical IP over ATM for PVCs and SVCs, supporting InARP and
@@ -29,7 +28,7 @@ config ATM_CLIP
29 (LANE)" below. 28 (LANE)" below.
30 29
31config ATM_CLIP_NO_ICMP 30config ATM_CLIP_NO_ICMP
32 bool "Do NOT send ICMP if no neighbour (EXPERIMENTAL)" 31 bool "Do NOT send ICMP if no neighbour"
33 depends on ATM_CLIP 32 depends on ATM_CLIP
34 help 33 help
35 Normally, an "ICMP host unreachable" message is sent if a neighbour 34 Normally, an "ICMP host unreachable" message is sent if a neighbour
@@ -39,7 +38,7 @@ config ATM_CLIP_NO_ICMP
39 such neighbours are silently discarded instead. 38 such neighbours are silently discarded instead.
40 39
41config ATM_LANE 40config ATM_LANE
42 tristate "LAN Emulation (LANE) support (EXPERIMENTAL)" 41 tristate "LAN Emulation (LANE) support"
43 depends on ATM 42 depends on ATM
44 help 43 help
45 LAN Emulation emulates services of existing LANs across an ATM 44 LAN Emulation emulates services of existing LANs across an ATM
@@ -48,7 +47,7 @@ config ATM_LANE
48 ELAN and Ethernet segments. You need LANE if you want to try MPOA. 47 ELAN and Ethernet segments. You need LANE if you want to try MPOA.
49 48
50config ATM_MPOA 49config ATM_MPOA
51 tristate "Multi-Protocol Over ATM (MPOA) support (EXPERIMENTAL)" 50 tristate "Multi-Protocol Over ATM (MPOA) support"
52 depends on ATM && INET && ATM_LANE!=n 51 depends on ATM && INET && ATM_LANE!=n
53 help 52 help
54 Multi-Protocol Over ATM allows ATM edge devices such as routers, 53 Multi-Protocol Over ATM allows ATM edge devices such as routers,