brintos

brintos / linux-shallow public Read only

0
0
Text · 11.1 KiB · 63cdb46 Raw
326 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# ATM device configuration4#5 6menuconfig ATM_DRIVERS7	bool "ATM drivers"8	depends on NETDEVICES && ATM9	default y10	help11	  Say Y here to get to see options for Asynchronous Transfer Mode12	  device drivers. This option alone does not add any kernel code.13 14	  If you say N, all options in this submenu will be skipped and disabled.15 16if ATM_DRIVERS && NETDEVICES && ATM17 18config ATM_DUMMY19	tristate "Dummy ATM driver"20	help21	  Dummy ATM driver. Useful for proxy signalling, testing,22	  and development.  If unsure, say N.23 24config ATM_TCP25	tristate "ATM over TCP"26	depends on INET27	help28	  ATM over TCP driver. Useful mainly for development and for29	  experiments. If unsure, say N.30 31config ATM_LANAI32	tristate "Efficient Networks Speedstream 3010"33	depends on PCI && ATM34	help35	  Supports ATM cards based on the Efficient Networks "Lanai"36	  chipset such as the Speedstream 3010 and the ENI-25p.  The37	  Speedstream 3060 is currently not supported since we don't38	  have the code to drive the on-board Alcatel DSL chipset (yet).39 40config ATM_ENI41	tristate "Efficient Networks ENI155P"42	depends on PCI43	help44	  Driver for the Efficient Networks ENI155p series and SMC ATM45	  Power155 155 Mbps ATM adapters. Both, the versions with 512KB and46	  2MB on-board RAM (Efficient calls them "C" and "S", respectively),47	  and the FPGA and the ASIC Tonga versions of the board are supported.48	  The driver works with MMF (-MF or ...F) and UTP-5 (-U5 or ...D)49	  adapters.50 51	  To compile this driver as a module, choose M here: the module will52	  be called eni.53 54config ATM_ENI_DEBUG55	bool "Enable extended debugging"56	depends on ATM_ENI57	help58	  Extended debugging records various events and displays that list59	  when an inconsistency is detected. This mechanism is faster than60	  generally using printks, but still has some impact on performance.61	  Note that extended debugging may create certain race conditions62	  itself. Enable this ONLY if you suspect problems with the driver.63 64config ATM_ENI_TUNE_BURST65	bool "Fine-tune burst settings"66	depends on ATM_ENI67	help68	  In order to obtain good throughput, the ENI NIC can transfer69	  multiple words of data per PCI bus access cycle. Such a multi-word70	  transfer is called a burst.71 72	  The default settings for the burst sizes are suitable for most PCI73	  chipsets. However, in some cases, large bursts may overrun buffers74	  in the PCI chipset and cause data corruption. In such cases, large75	  bursts must be disabled and only (slower) small bursts can be used.76	  The burst sizes can be set independently in the send (TX) and77	  receive (RX) direction.78 79	  Note that enabling many different burst sizes in the same direction80	  may increase the cost of setting up a transfer such that the81	  resulting throughput is lower than when using only the largest82	  available burst size.83 84	  Also, sometimes larger bursts lead to lower throughput, e.g. on an85	  Intel 440FX board, a drop from 135 Mbps to 103 Mbps was observed86	  when going from 8W to 16W bursts.87 88config ATM_ENI_BURST_TX_16W89	bool "Enable 16W TX bursts (discouraged)"90	depends on ATM_ENI_TUNE_BURST91	help92	  Burst sixteen words at once in the send direction. This may work93	  with recent PCI chipsets, but is known to fail with older chipsets.94 95config ATM_ENI_BURST_TX_8W96	bool "Enable 8W TX bursts (recommended)"97	depends on ATM_ENI_TUNE_BURST98	help99	  Burst eight words at once in the send direction. This is the default100	  setting.101 102config ATM_ENI_BURST_TX_4W103	bool "Enable 4W TX bursts (optional)"104	depends on ATM_ENI_TUNE_BURST105	help106	  Burst four words at once in the send direction. You may want to try107	  this if you have disabled 8W bursts. Enabling 4W if 8W is also set108	  may or may not improve throughput.109 110config ATM_ENI_BURST_TX_2W111	bool "Enable 2W TX bursts (optional)"112	depends on ATM_ENI_TUNE_BURST113	help114	  Burst two words at once in the send direction. You may want to try115	  this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or 8W116	  are also set may or may not improve throughput.117 118config ATM_ENI_BURST_RX_16W119	bool "Enable 16W RX bursts (discouraged)"120	depends on ATM_ENI_TUNE_BURST121	help122	  Burst sixteen words at once in the receive direction. This may work123	  with recent PCI chipsets, but is known to fail with older chipsets.124 125config ATM_ENI_BURST_RX_8W126	bool "Enable 8W RX bursts (discouraged)"127	depends on ATM_ENI_TUNE_BURST128	help129	  Burst eight words at once in the receive direction. This may work130	  with recent PCI chipsets, but is known to fail with older chipsets,131	  such as the Intel Neptune series.132 133config ATM_ENI_BURST_RX_4W134	bool "Enable 4W RX bursts (recommended)"135	depends on ATM_ENI_TUNE_BURST136	help137	  Burst four words at once in the receive direction. This is the138	  default setting. Enabling 4W if 8W is also set may or may not139	  improve throughput.140 141config ATM_ENI_BURST_RX_2W142	bool "Enable 2W RX bursts (optional)"143	depends on ATM_ENI_TUNE_BURST144	help145	  Burst two words at once in the receive direction. You may want to146	  try this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or147	  8W are also set may or may not improve throughput.148 149config ATM_NICSTAR150	tristate "IDT 77201 (NICStAR) (ForeRunnerLE)"151	depends on PCI152	help153	  The NICStAR chipset family is used in a large number of ATM NICs for154	  25 and for 155 Mbps, including IDT cards and the Fore ForeRunnerLE155	  series. Say Y if you have one of those.156 157	  To compile this driver as a module, choose M here: the module will158	  be called nicstar.159 160config ATM_NICSTAR_USE_SUNI161	bool "Use suni PHY driver (155Mbps)"162	depends on ATM_NICSTAR163	help164	  Support for the S-UNI and compatible PHYsical layer chips. These are165	  found in most 155Mbps NICStAR based ATM cards, namely in the166	  ForeRunner LE155 cards. This driver provides detection of cable~167	  removal and reinsertion and provides some statistics. This driver168	  doesn't have removal capability when compiled as a module, so if you169	  need that capability don't include S-UNI support (it's not needed to170	  make the card work).171 172config ATM_NICSTAR_USE_IDT77105173	bool "Use IDT77105 PHY driver (25Mbps)"174	depends on ATM_NICSTAR175	help176	  Support for the PHYsical layer chip in ForeRunner LE25 cards. In177	  addition to cable removal/reinsertion detection, this driver allows178	  you to control the loopback mode of the chip via a dedicated IOCTL.179	  This driver is required for proper handling of temporary carrier180	  loss, so if you have a 25Mbps NICStAR based ATM card you must say Y.181 182config ATM_IDT77252183	tristate "IDT 77252 (NICStAR II)"184	depends on PCI185	help186	  Driver for the IDT 77252 ATM PCI chips.187 188	  To compile this driver as a module, choose M here: the module will189	  be called idt77252.190 191config ATM_IDT77252_DEBUG192	bool "Enable debugging messages"193	depends on ATM_IDT77252194	help195	  Somewhat useful debugging messages are available. The choice of196	  messages is controlled by a bitmap.  This may be specified as a197	  module argument.  See the file <file:drivers/atm/idt77252.h> for198	  the meanings of the bits in the mask.199 200	  When active, these messages can have a significant impact on the201	  speed of the driver, and the size of your syslog files! When202	  inactive, they will have only a modest impact on performance.203 204config ATM_IDT77252_RCV_ALL205	bool "Receive ALL cells in raw queue"206	depends on ATM_IDT77252207	help208	  Enable receiving of all cells on the ATM link, that do not match209	  an open connection in the raw cell queue of the driver.  Useful210	  for debugging or special applications only, so the safe answer is N.211 212config ATM_IDT77252_USE_SUNI213	bool214	depends on ATM_IDT77252215	default y216 217config ATM_IA218	tristate "Interphase ATM PCI x575/x525/x531"219	depends on PCI220	help221	  This is a driver for the Interphase (i)ChipSAR adapter cards222	  which include a variety of variants in term of the size of the223	  control memory (128K-1KVC, 512K-4KVC), the size of the packet224	  memory (128K, 512K, 1M), and the PHY type (Single/Multi mode OC3,225	  UTP155, UTP25, DS3 and E3). Go to:226	  	<http://www.iphase.com/>227	  for more info about the cards. Say Y (or M to compile as a module228	  named iphase) here if you have one of these cards.229 230	  See the file231	  <file:Documentation/networking/device_drivers/atm/iphase.rst>232	  for further details.233 234config ATM_IA_DEBUG235	bool "Enable debugging messages"236	depends on ATM_IA237	help238	  Somewhat useful debugging messages are available. The choice of239	  messages is controlled by a bitmap. This may be specified as a240	  module argument (kernel command line argument as well?), changed241	  dynamically using an ioctl (Get the debug utility, iadbg, from242	  <ftp://ftp.iphase.com/pub/atm/pci/>).243 244	  See the file <file:drivers/atm/iphase.h> for the meanings of the245	  bits in the mask.246 247	  When active, these messages can have a significant impact on the248	  speed of the driver, and the size of your syslog files! When249	  inactive, they will have only a modest impact on performance.250 251config ATM_FORE200E252	tristate "FORE Systems 200E-series"253	depends on (PCI || SBUS)254	select FW_LOADER255	help256	  This is a driver for the FORE Systems 200E-series ATM adapter257	  cards. It simultaneously supports PCA-200E and SBA-200E models258	  on PCI and SBUS hosts. Say Y (or M to compile as a module259	  named fore_200e) here if you have one of these ATM adapters.260 261	  See the file262	  <file:Documentation/networking/device_drivers/atm/fore200e.rst> for263	  further details.264 265config ATM_FORE200E_USE_TASKLET266	bool "Defer interrupt work to a tasklet"267	depends on ATM_FORE200E268	default n269	help270	  This defers work to be done by the interrupt handler to a271	  tasklet instead of handling everything at interrupt time.  This272	  may improve the responsive of the host.273 274config ATM_FORE200E_TX_RETRY275	int "Maximum number of tx retries"276	depends on ATM_FORE200E277	default "16"278	help279	  Specifies the number of times the driver attempts to transmit280	  a message before giving up, if the transmit queue of the ATM card281	  is transiently saturated.282 283	  Saturation of the transmit queue may occur only under extreme284	  conditions, e.g. when a fast host continuously submits very small285	  frames (<64 bytes) or raw AAL0 cells (48 bytes) to the ATM adapter.286 287	  Note that under common conditions, it is unlikely that you encounter288	  a saturation of the transmit queue, so the retry mechanism never289	  comes into play.290 291config ATM_FORE200E_DEBUG292	int "Debugging level (0-3)"293	depends on ATM_FORE200E294	default "0"295	help296	  Specifies the level of debugging messages issued by the driver.297	  The verbosity of the driver increases with the value of this298	  parameter.299 300	  When active, these messages can have a significant impact on301	  the performances of the driver, and the size of your syslog files!302	  Keep the debugging level to 0 during normal operations.303 304config ATM_HE305	tristate "ForeRunner HE Series"306	depends on PCI307	help308	  This is a driver for the Marconi ForeRunner HE-series ATM adapter309	  cards. It simultaneously supports the 155 and 622 versions.310 311config ATM_HE_USE_SUNI312	bool "Use S/UNI PHY driver"313	depends on ATM_HE314	help315	  Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner316	  HE cards.  This driver provides carrier detection some statistics.317 318config ATM_SOLOS319	tristate "Solos ADSL2+ PCI Multiport card driver"320	depends on PCI321	select FW_LOADER322	help323	  Support for the Solos multiport ADSL2+ card.324 325endif # ATM326