Переглянути джерело

[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>
Robert P. J. Day 17 роки тому
батько
коміт
6fe5452b3b
1 змінених файлів з 6 додано та 7 видалено
  1. 6 7
      net/atm/Kconfig

+ 6 - 7
net/atm/Kconfig

@@ -1,10 +1,9 @@
 #
 #
-# Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)
+# Asynchronous Transfer Mode (ATM)
 #
 #
 
 
 config ATM
 config ATM
-	tristate "Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	tristate "Asynchronous Transfer Mode (ATM)"
 	---help---
 	---help---
 	  ATM is a high-speed networking technology for Local Area Networks
 	  ATM is a high-speed networking technology for Local Area Networks
 	  and Wide Area Networks.  It uses a fixed packet size and is
 	  and Wide Area Networks.  It uses a fixed packet size and is
@@ -20,7 +19,7 @@ config ATM
 	  further details.
 	  further details.
 
 
 config ATM_CLIP
 config ATM_CLIP
-	tristate "Classical IP over ATM (EXPERIMENTAL)"
+	tristate "Classical IP over ATM"
 	depends on ATM && INET
 	depends on ATM && INET
 	help
 	help
 	  Classical IP over ATM for PVCs and SVCs, supporting InARP and
 	  Classical IP over ATM for PVCs and SVCs, supporting InARP and
@@ -29,7 +28,7 @@ config ATM_CLIP
 	  (LANE)" below.
 	  (LANE)" below.
 
 
 config ATM_CLIP_NO_ICMP
 config ATM_CLIP_NO_ICMP
-	bool "Do NOT send ICMP if no neighbour (EXPERIMENTAL)"
+	bool "Do NOT send ICMP if no neighbour"
 	depends on ATM_CLIP
 	depends on ATM_CLIP
 	help
 	help
 	  Normally, an "ICMP host unreachable" message is sent if a neighbour
 	  Normally, an "ICMP host unreachable" message is sent if a neighbour
@@ -39,7 +38,7 @@ config ATM_CLIP_NO_ICMP
 	  such neighbours are silently discarded instead.
 	  such neighbours are silently discarded instead.
 
 
 config ATM_LANE
 config ATM_LANE
-	tristate "LAN Emulation (LANE) support (EXPERIMENTAL)"
+	tristate "LAN Emulation (LANE) support"
 	depends on ATM
 	depends on ATM
 	help
 	help
 	  LAN Emulation emulates services of existing LANs across an ATM
 	  LAN Emulation emulates services of existing LANs across an ATM
@@ -48,7 +47,7 @@ config ATM_LANE
 	  ELAN and Ethernet segments. You need LANE if you want to try MPOA.
 	  ELAN and Ethernet segments. You need LANE if you want to try MPOA.
 
 
 config ATM_MPOA
 config ATM_MPOA
-	tristate "Multi-Protocol Over ATM (MPOA) support (EXPERIMENTAL)"
+	tristate "Multi-Protocol Over ATM (MPOA) support"
 	depends on ATM && INET && ATM_LANE!=n
 	depends on ATM && INET && ATM_LANE!=n
 	help
 	help
 	  Multi-Protocol Over ATM allows ATM edge devices such as routers,
 	  Multi-Protocol Over ATM allows ATM edge devices such as routers,