Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. #
  2. # ATM device configuration
  3. #
  4. menuconfig ATM_DRIVERS
  5. bool "ATM drivers"
  6. depends on NETDEVICES && ATM
  7. default y
  8. if ATM_DRIVERS
  9. config ATM_DUMMY
  10. tristate "Dummy ATM driver"
  11. help
  12. Dummy ATM driver. Useful for proxy signalling, testing,
  13. and development. If unsure, say N.
  14. config ATM_TCP
  15. tristate "ATM over TCP"
  16. depends on INET
  17. help
  18. ATM over TCP driver. Useful mainly for development and for
  19. experiments. If unsure, say N.
  20. config ATM_LANAI
  21. tristate "Efficient Networks Speedstream 3010"
  22. depends on PCI && ATM
  23. help
  24. Supports ATM cards based on the Efficient Networks "Lanai"
  25. chipset such as the Speedstream 3010 and the ENI-25p. The
  26. Speedstream 3060 is currently not supported since we don't
  27. have the code to drive the on-board Alcatel DSL chipset (yet).
  28. config ATM_ENI
  29. tristate "Efficient Networks ENI155P"
  30. depends on PCI
  31. ---help---
  32. Driver for the Efficient Networks ENI155p series and SMC ATM
  33. Power155 155 Mbps ATM adapters. Both, the versions with 512KB and
  34. 2MB on-board RAM (Efficient calls them "C" and "S", respectively),
  35. and the FPGA and the ASIC Tonga versions of the board are supported.
  36. The driver works with MMF (-MF or ...F) and UTP-5 (-U5 or ...D)
  37. adapters.
  38. To compile this driver as a module, choose M here: the module will
  39. be called eni.
  40. config ATM_ENI_DEBUG
  41. bool "Enable extended debugging"
  42. depends on ATM_ENI
  43. help
  44. Extended debugging records various events and displays that list
  45. when an inconsistency is detected. This mechanism is faster than
  46. generally using printks, but still has some impact on performance.
  47. Note that extended debugging may create certain race conditions
  48. itself. Enable this ONLY if you suspect problems with the driver.
  49. config ATM_ENI_TUNE_BURST
  50. bool "Fine-tune burst settings"
  51. depends on ATM_ENI
  52. ---help---
  53. In order to obtain good throughput, the ENI NIC can transfer
  54. multiple words of data per PCI bus access cycle. Such a multi-word
  55. transfer is called a burst.
  56. The default settings for the burst sizes are suitable for most PCI
  57. chipsets. However, in some cases, large bursts may overrun buffers
  58. in the PCI chipset and cause data corruption. In such cases, large
  59. bursts must be disabled and only (slower) small bursts can be used.
  60. The burst sizes can be set independently in the send (TX) and
  61. receive (RX) direction.
  62. Note that enabling many different burst sizes in the same direction
  63. may increase the cost of setting up a transfer such that the
  64. resulting throughput is lower than when using only the largest
  65. available burst size.
  66. Also, sometimes larger bursts lead to lower throughput, e.g. on an
  67. Intel 440FX board, a drop from 135 Mbps to 103 Mbps was observed
  68. when going from 8W to 16W bursts.
  69. config ATM_ENI_BURST_TX_16W
  70. bool "Enable 16W TX bursts (discouraged)"
  71. depends on ATM_ENI_TUNE_BURST
  72. help
  73. Burst sixteen words at once in the send direction. This may work
  74. with recent PCI chipsets, but is known to fail with older chipsets.
  75. config ATM_ENI_BURST_TX_8W
  76. bool "Enable 8W TX bursts (recommended)"
  77. depends on ATM_ENI_TUNE_BURST
  78. help
  79. Burst eight words at once in the send direction. This is the default
  80. setting.
  81. config ATM_ENI_BURST_TX_4W
  82. bool "Enable 4W TX bursts (optional)"
  83. depends on ATM_ENI_TUNE_BURST
  84. help
  85. Burst four words at once in the send direction. You may want to try
  86. this if you have disabled 8W bursts. Enabling 4W if 8W is also set
  87. may or may not improve throughput.
  88. config ATM_ENI_BURST_TX_2W
  89. bool "Enable 2W TX bursts (optional)"
  90. depends on ATM_ENI_TUNE_BURST
  91. help
  92. Burst two words at once in the send direction. You may want to try
  93. this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or 8W
  94. are also set may or may not improve throughput.
  95. config ATM_ENI_BURST_RX_16W
  96. bool "Enable 16W RX bursts (discouraged)"
  97. depends on ATM_ENI_TUNE_BURST
  98. help
  99. Burst sixteen words at once in the receive direction. This may work
  100. with recent PCI chipsets, but is known to fail with older chipsets.
  101. config ATM_ENI_BURST_RX_8W
  102. bool "Enable 8W RX bursts (discouraged)"
  103. depends on ATM_ENI_TUNE_BURST
  104. help
  105. Burst eight words at once in the receive direction. This may work
  106. with recent PCI chipsets, but is known to fail with older chipsets,
  107. such as the Intel Neptune series.
  108. config ATM_ENI_BURST_RX_4W
  109. bool "Enable 4W RX bursts (recommended)"
  110. depends on ATM_ENI_TUNE_BURST
  111. help
  112. Burst four words at once in the receive direction. This is the
  113. default setting. Enabling 4W if 8W is also set may or may not
  114. improve throughput.
  115. config ATM_ENI_BURST_RX_2W
  116. bool "Enable 2W RX bursts (optional)"
  117. depends on ATM_ENI_TUNE_BURST
  118. help
  119. Burst two words at once in the receive direction. You may want to
  120. try this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or
  121. 8W are also set may or may not improve throughput.
  122. config ATM_FIRESTREAM
  123. tristate "Fujitsu FireStream (FS50/FS155) "
  124. depends on PCI
  125. help
  126. Driver for the Fujitsu FireStream 155 (MB86697) and
  127. FireStream 50 (MB86695) ATM PCI chips.
  128. To compile this driver as a module, choose M here: the module will
  129. be called firestream.
  130. config ATM_ZATM
  131. tristate "ZeitNet ZN1221/ZN1225"
  132. depends on PCI
  133. help
  134. Driver for the ZeitNet ZN1221 (MMF) and ZN1225 (UTP-5) 155 Mbps ATM
  135. adapters.
  136. To compile this driver as a module, choose M here: the module will
  137. be called zatm.
  138. config ATM_ZATM_DEBUG
  139. bool "Enable extended debugging"
  140. depends on ATM_ZATM
  141. help
  142. Extended debugging records various events and displays that list
  143. when an inconsistency is detected. This mechanism is faster than
  144. generally using printks, but still has some impact on performance.
  145. Note that extended debugging may create certain race conditions
  146. itself. Enable this ONLY if you suspect problems with the driver.
  147. config ATM_NICSTAR
  148. tristate "IDT 77201 (NICStAR) (ForeRunnerLE)"
  149. depends on PCI && !64BIT
  150. help
  151. The NICStAR chipset family is used in a large number of ATM NICs for
  152. 25 and for 155 Mbps, including IDT cards and the Fore ForeRunnerLE
  153. series. Say Y if you have one of those.
  154. To compile this driver as a module, choose M here: the module will
  155. be called nicstar.
  156. config ATM_NICSTAR_USE_SUNI
  157. bool "Use suni PHY driver (155Mbps)"
  158. depends on ATM_NICSTAR
  159. help
  160. Support for the S-UNI and compatible PHYsical layer chips. These are
  161. found in most 155Mbps NICStAR based ATM cards, namely in the
  162. ForeRunner LE155 cards. This driver provides detection of cable~
  163. removal and reinsertion and provides some statistics. This driver
  164. doesn't have removal capability when compiled as a module, so if you
  165. need that capability don't include S-UNI support (it's not needed to
  166. make the card work).
  167. config ATM_NICSTAR_USE_IDT77105
  168. bool "Use IDT77015 PHY driver (25Mbps)"
  169. depends on ATM_NICSTAR
  170. help
  171. Support for the PHYsical layer chip in ForeRunner LE25 cards. In
  172. addition to cable removal/reinsertion detection, this driver allows
  173. you to control the loopback mode of the chip via a dedicated IOCTL.
  174. This driver is required for proper handling of temporary carrier
  175. loss, so if you have a 25Mbps NICStAR based ATM card you must say Y.
  176. config ATM_IDT77252
  177. tristate "IDT 77252 (NICStAR II)"
  178. depends on PCI
  179. help
  180. Driver for the IDT 77252 ATM PCI chips.
  181. To compile this driver as a module, choose M here: the module will
  182. be called idt77252.
  183. config ATM_IDT77252_DEBUG
  184. bool "Enable debugging messages"
  185. depends on ATM_IDT77252
  186. help
  187. Somewhat useful debugging messages are available. The choice of
  188. messages is controlled by a bitmap. This may be specified as a
  189. module argument. See the file <file:drivers/atm/idt77252.h> for
  190. the meanings of the bits in the mask.
  191. When active, these messages can have a significant impact on the
  192. speed of the driver, and the size of your syslog files! When
  193. inactive, they will have only a modest impact on performance.
  194. config ATM_IDT77252_RCV_ALL
  195. bool "Receive ALL cells in raw queue"
  196. depends on ATM_IDT77252
  197. help
  198. Enable receiving of all cells on the ATM link, that do not match
  199. an open connection in the raw cell queue of the driver. Useful
  200. for debugging or special applications only, so the safe answer is N.
  201. config ATM_IDT77252_USE_SUNI
  202. bool
  203. depends on ATM_IDT77252
  204. default y
  205. config ATM_AMBASSADOR
  206. tristate "Madge Ambassador (Collage PCI 155 Server)"
  207. depends on PCI
  208. select BITREVERSE
  209. help
  210. This is a driver for ATMizer based ATM card produced by Madge
  211. Networks Ltd. Say Y (or M to compile as a module named ambassador)
  212. here if you have one of these cards.
  213. config ATM_AMBASSADOR_DEBUG
  214. bool "Enable debugging messages"
  215. depends on ATM_AMBASSADOR
  216. ---help---
  217. Somewhat useful debugging messages are available. The choice of
  218. messages is controlled by a bitmap. This may be specified as a
  219. module argument (kernel command line argument as well?), changed
  220. dynamically using an ioctl (not yet) or changed by sending the
  221. string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
  222. <file:drivers/atm/ambassador.h> for the meanings of the bits in the
  223. mask.
  224. When active, these messages can have a significant impact on the
  225. speed of the driver, and the size of your syslog files! When
  226. inactive, they will have only a modest impact on performance.
  227. config ATM_HORIZON
  228. tristate "Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client)"
  229. depends on PCI
  230. help
  231. This is a driver for the Horizon chipset ATM adapter cards once
  232. produced by Madge Networks Ltd. Say Y (or M to compile as a module
  233. named horizon) here if you have one of these cards.
  234. config ATM_HORIZON_DEBUG
  235. bool "Enable debugging messages"
  236. depends on ATM_HORIZON
  237. ---help---
  238. Somewhat useful debugging messages are available. The choice of
  239. messages is controlled by a bitmap. This may be specified as a
  240. module argument (kernel command line argument as well?), changed
  241. dynamically using an ioctl (not yet) or changed by sending the
  242. string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
  243. <file:drivers/atm/horizon.h> for the meanings of the bits in the
  244. mask.
  245. When active, these messages can have a significant impact on the
  246. speed of the driver, and the size of your syslog files! When
  247. inactive, they will have only a modest impact on performance.
  248. config ATM_IA
  249. tristate "Interphase ATM PCI x575/x525/x531"
  250. depends on PCI && !64BIT
  251. ---help---
  252. This is a driver for the Interphase (i)ChipSAR adapter cards
  253. which include a variety of variants in term of the size of the
  254. control memory (128K-1KVC, 512K-4KVC), the size of the packet
  255. memory (128K, 512K, 1M), and the PHY type (Single/Multi mode OC3,
  256. UTP155, UTP25, DS3 and E3). Go to:
  257. <http://www.iphase.com/products/ClassSheet.cfm?ClassID=ATM>
  258. for more info about the cards. Say Y (or M to compile as a module
  259. named iphase) here if you have one of these cards.
  260. See the file <file:Documentation/networking/iphase.txt> for further
  261. details.
  262. config ATM_IA_DEBUG
  263. bool "Enable debugging messages"
  264. depends on ATM_IA
  265. ---help---
  266. Somewhat useful debugging messages are available. The choice of
  267. messages is controlled by a bitmap. This may be specified as a
  268. module argument (kernel command line argument as well?), changed
  269. dynamically using an ioctl (Get the debug utility, iadbg, from
  270. <ftp://ftp.iphase.com/pub/atm/pci/>).
  271. See the file <file:drivers/atm/iphase.h> for the meanings of the
  272. bits in the mask.
  273. When active, these messages can have a significant impact on the
  274. speed of the driver, and the size of your syslog files! When
  275. inactive, they will have only a modest impact on performance.
  276. config ATM_FORE200E_MAYBE
  277. tristate "FORE Systems 200E-series"
  278. depends on PCI || SBUS
  279. ---help---
  280. This is a driver for the FORE Systems 200E-series ATM adapter
  281. cards. It simultaneously supports PCA-200E and SBA-200E models
  282. on PCI and SBUS hosts. Say Y (or M to compile as a module
  283. named fore_200e) here if you have one of these ATM adapters.
  284. Note that the driver will actually be compiled only if you
  285. additionally enable the support for PCA-200E and/or SBA-200E
  286. cards.
  287. See the file <file:Documentation/networking/fore200e.txt> for
  288. further details.
  289. config ATM_FORE200E_PCA
  290. bool "PCA-200E support"
  291. depends on ATM_FORE200E_MAYBE && PCI
  292. help
  293. Say Y here if you want your PCA-200E cards to be probed.
  294. config ATM_FORE200E_PCA_DEFAULT_FW
  295. bool "Use default PCA-200E firmware (normally enabled)"
  296. depends on ATM_FORE200E_PCA
  297. help
  298. Use the default PCA-200E firmware data shipped with the driver.
  299. Normal users do not have to deal with the firmware stuff, so
  300. they should say Y here.
  301. config ATM_FORE200E_PCA_FW
  302. string "Pathname of user-supplied binary firmware"
  303. depends on ATM_FORE200E_PCA && !ATM_FORE200E_PCA_DEFAULT_FW
  304. default ""
  305. help
  306. This defines the pathname of an alternative PCA-200E binary
  307. firmware image supplied by the user. This pathname may be
  308. absolute or relative to the drivers/atm directory.
  309. The driver comes with an adequate firmware image, so normal users do
  310. not have to supply an alternative one. They just say Y to "Use
  311. default PCA-200E firmware" instead.
  312. config ATM_FORE200E_SBA
  313. bool "SBA-200E support"
  314. depends on ATM_FORE200E_MAYBE && SBUS
  315. help
  316. Say Y here if you want your SBA-200E cards to be probed.
  317. config ATM_FORE200E_SBA_DEFAULT_FW
  318. bool "Use default SBA-200E firmware (normally enabled)"
  319. depends on ATM_FORE200E_SBA
  320. help
  321. Use the default SBA-200E firmware data shipped with the driver.
  322. Normal users do not have to deal with the firmware stuff, so
  323. they should say Y here.
  324. config ATM_FORE200E_SBA_FW
  325. string "Pathname of user-supplied binary firmware"
  326. depends on ATM_FORE200E_SBA && !ATM_FORE200E_SBA_DEFAULT_FW
  327. default ""
  328. help
  329. This defines the pathname of an alternative SBA-200E binary
  330. firmware image supplied by the user. This pathname may be
  331. absolute or relative to the drivers/atm directory.
  332. The driver comes with an adequate firmware image, so normal users do
  333. not have to supply an alternative one. They just say Y to "Use
  334. default SBA-200E firmware", above.
  335. config ATM_FORE200E_USE_TASKLET
  336. bool "Defer interrupt work to a tasklet"
  337. depends on (PCI || SBUS) && (ATM_FORE200E_PCA || ATM_FORE200E_SBA)
  338. default n
  339. help
  340. This defers work to be done by the interrupt handler to a
  341. tasklet instead of handling everything at interrupt time. This
  342. may improve the responsive of the host.
  343. config ATM_FORE200E_TX_RETRY
  344. int "Maximum number of tx retries"
  345. depends on (PCI || SBUS) && (ATM_FORE200E_PCA || ATM_FORE200E_SBA)
  346. default "16"
  347. ---help---
  348. Specifies the number of times the driver attempts to transmit
  349. a message before giving up, if the transmit queue of the ATM card
  350. is transiently saturated.
  351. Saturation of the transmit queue may occur only under extreme
  352. conditions, e.g. when a fast host continuously submits very small
  353. frames (<64 bytes) or raw AAL0 cells (48 bytes) to the ATM adapter.
  354. Note that under common conditions, it is unlikely that you encounter
  355. a saturation of the transmit queue, so the retry mechanism never
  356. comes into play.
  357. config ATM_FORE200E_DEBUG
  358. int "Debugging level (0-3)"
  359. depends on (PCI || SBUS) && (ATM_FORE200E_PCA || ATM_FORE200E_SBA)
  360. default "0"
  361. help
  362. Specifies the level of debugging messages issued by the driver.
  363. The verbosity of the driver increases with the value of this
  364. parameter.
  365. When active, these messages can have a significant impact on
  366. the performances of the driver, and the size of your syslog files!
  367. Keep the debugging level to 0 during normal operations.
  368. config ATM_FORE200E
  369. tristate
  370. depends on (PCI || SBUS) && (ATM_FORE200E_PCA || ATM_FORE200E_SBA)
  371. default m if ATM_FORE200E_MAYBE!=y
  372. default y if ATM_FORE200E_MAYBE=y
  373. config ATM_HE
  374. tristate "ForeRunner HE Series"
  375. depends on PCI
  376. help
  377. This is a driver for the Marconi ForeRunner HE-series ATM adapter
  378. cards. It simultaneously supports the 155 and 622 versions.
  379. config ATM_HE_USE_SUNI
  380. bool "Use S/UNI PHY driver"
  381. depends on ATM_HE
  382. help
  383. Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner
  384. HE cards. This driver provides carrier detection some statistics.
  385. endif # ATM