Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Robert P. J. Day and committed by
David S. Miller
6fe5452b 9dd3245a

+6 -7
+6 -7
net/atm/Kconfig
··· 1 1 # 2 - # Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) 2 + # Asynchronous Transfer Mode (ATM) 3 3 # 4 4 5 5 config ATM 6 - tristate "Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)" 7 - depends on EXPERIMENTAL 6 + tristate "Asynchronous Transfer Mode (ATM)" 8 7 ---help--- 9 8 ATM is a high-speed networking technology for Local Area Networks 10 9 and Wide Area Networks. It uses a fixed packet size and is ··· 19 20 further details. 20 21 21 22 config ATM_CLIP 22 - tristate "Classical IP over ATM (EXPERIMENTAL)" 23 + tristate "Classical IP over ATM" 23 24 depends on ATM && INET 24 25 help 25 26 Classical IP over ATM for PVCs and SVCs, supporting InARP and ··· 28 29 (LANE)" below. 29 30 30 31 config ATM_CLIP_NO_ICMP 31 - bool "Do NOT send ICMP if no neighbour (EXPERIMENTAL)" 32 + bool "Do NOT send ICMP if no neighbour" 32 33 depends on ATM_CLIP 33 34 help 34 35 Normally, an "ICMP host unreachable" message is sent if a neighbour ··· 38 39 such neighbours are silently discarded instead. 39 40 40 41 config ATM_LANE 41 - tristate "LAN Emulation (LANE) support (EXPERIMENTAL)" 42 + tristate "LAN Emulation (LANE) support" 42 43 depends on ATM 43 44 help 44 45 LAN Emulation emulates services of existing LANs across an ATM ··· 47 48 ELAN and Ethernet segments. You need LANE if you want to try MPOA. 48 49 49 50 config ATM_MPOA 50 - tristate "Multi-Protocol Over ATM (MPOA) support (EXPERIMENTAL)" 51 + tristate "Multi-Protocol Over ATM (MPOA) support" 51 52 depends on ATM && INET && ATM_LANE!=n 52 53 help 53 54 Multi-Protocol Over ATM allows ATM edge devices such as routers,