Kconfig (8440d4a75d90556cfb8fb3e244443f67381aafd6) | Kconfig (a7f7f6248d9740d710fd6bd190293fe5e16410ac) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Asynchronous Transfer Mode (ATM) 4# 5 6config ATM 7 tristate "Asynchronous Transfer Mode (ATM)" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Asynchronous Transfer Mode (ATM) 4# 5 6config ATM 7 tristate "Asynchronous Transfer Mode (ATM)" |
8 ---help--- | 8 help |
9 ATM is a high-speed networking technology for Local Area Networks 10 and Wide Area Networks. It uses a fixed packet size and is 11 connection oriented, allowing for the negotiation of minimum 12 bandwidth requirements. 13 14 In order to participate in an ATM network, your Linux box needs an 15 ATM networking card. If you have that, say Y here and to the driver 16 of your ATM card below. --- 58 unchanged lines hidden --- | 9 ATM is a high-speed networking technology for Local Area Networks 10 and Wide Area Networks. It uses a fixed packet size and is 11 connection oriented, allowing for the negotiation of minimum 12 bandwidth requirements. 13 14 In order to participate in an ATM network, your Linux box needs an 15 ATM networking card. If you have that, say Y here and to the driver 16 of your ATM card below. --- 58 unchanged lines hidden --- |