Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. #
  2. # wan devices configuration
  3. #
  4. menuconfig WAN
  5. bool "Wan interfaces support"
  6. ---help---
  7. Wide Area Networks (WANs), such as X.25, Frame Relay and leased
  8. lines, are used to interconnect Local Area Networks (LANs) over vast
  9. distances with data transfer rates significantly higher than those
  10. achievable with commonly used asynchronous modem connections.
  11. Usually, a quite expensive external device called a `WAN router' is
  12. needed to connect to a WAN. As an alternative, a relatively
  13. inexpensive WAN interface card can allow your Linux box to directly
  14. connect to a WAN.
  15. If you have one of those cards and wish to use it under Linux,
  16. say Y here and also to the WAN driver for your card.
  17. If unsure, say N.
  18. if WAN
  19. # There is no way to detect a comtrol sv11 - force it modular for now.
  20. config HOSTESS_SV11
  21. tristate "Comtrol Hostess SV-11 support"
  22. depends on ISA && m && ISA_DMA_API && INET && HDLC
  23. help
  24. Driver for Comtrol Hostess SV-11 network card which
  25. operates on low speed synchronous serial links at up to
  26. 256Kbps, supporting PPP and Cisco HDLC.
  27. The driver will be compiled as a module: the
  28. module will be called hostess_sv11.
  29. # The COSA/SRP driver has not been tested as non-modular yet.
  30. config COSA
  31. tristate "COSA/SRP sync serial boards support"
  32. depends on ISA && m && ISA_DMA_API && HDLC
  33. ---help---
  34. Driver for COSA and SRP synchronous serial boards.
  35. These boards allow to connect synchronous serial devices (for example
  36. base-band modems, or any other device with the X.21, V.24, V.35 or
  37. V.36 interface) to your Linux box. The cards can work as the
  38. character device, synchronous PPP network device, or the Cisco HDLC
  39. network device.
  40. You will need user-space utilities COSA or SRP boards for downloading
  41. the firmware to the cards and to set them up. Look at the
  42. <http://www.fi.muni.cz/~kas/cosa/> for more information. You can also
  43. read the comment at the top of the <file:drivers/net/wan/cosa.c> for
  44. details about the cards and the driver itself.
  45. The driver will be compiled as a module: the
  46. module will be called cosa.
  47. #
  48. # Lan Media's board. Currently 1000, 1200, 5200, 5245
  49. #
  50. config LANMEDIA
  51. tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards"
  52. depends on PCI && VIRT_TO_BUS && HDLC
  53. ---help---
  54. Driver for the following Lan Media family of serial boards:
  55. - LMC 1000 board allows you to connect synchronous serial devices
  56. (for example base-band modems, or any other device with the X.21,
  57. V.24, V.35 or V.36 interface) to your Linux box.
  58. - LMC 1200 with on board DSU board allows you to connect your Linux
  59. box directly to a T1 or E1 circuit.
  60. - LMC 5200 board provides a HSSI interface capable of running up to
  61. 52 Mbits per second.
  62. - LMC 5245 board connects directly to a T3 circuit saving the
  63. additional external hardware.
  64. To change setting such as clock source you will need lmcctl.
  65. It is available at <ftp://ftp.lanmedia.com/> (broken link).
  66. To compile this driver as a module, choose M here: the
  67. module will be called lmc.
  68. # There is no way to detect a Sealevel board. Force it modular
  69. config SEALEVEL_4021
  70. tristate "Sealevel Systems 4021 support"
  71. depends on ISA && m && ISA_DMA_API && INET && HDLC
  72. help
  73. This is a driver for the Sealevel Systems ACB 56 serial I/O adapter.
  74. The driver will be compiled as a module: the
  75. module will be called sealevel.
  76. # Generic HDLC
  77. config HDLC
  78. tristate "Generic HDLC layer"
  79. help
  80. Say Y to this option if your Linux box contains a WAN (Wide Area
  81. Network) card supported by this driver and you are planning to
  82. connect the box to a WAN.
  83. You will need supporting software from
  84. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  85. Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame
  86. Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
  87. To compile this driver as a module, choose M here: the
  88. module will be called hdlc.
  89. If unsure, say N.
  90. config HDLC_RAW
  91. tristate "Raw HDLC support"
  92. depends on HDLC
  93. help
  94. Generic HDLC driver supporting raw HDLC over WAN connections.
  95. If unsure, say N.
  96. config HDLC_RAW_ETH
  97. tristate "Raw HDLC Ethernet device support"
  98. depends on HDLC
  99. help
  100. Generic HDLC driver supporting raw HDLC Ethernet device emulation
  101. over WAN connections.
  102. You will need it for Ethernet over HDLC bridges.
  103. If unsure, say N.
  104. config HDLC_CISCO
  105. tristate "Cisco HDLC support"
  106. depends on HDLC
  107. help
  108. Generic HDLC driver supporting Cisco HDLC over WAN connections.
  109. If unsure, say N.
  110. config HDLC_FR
  111. tristate "Frame Relay support"
  112. depends on HDLC
  113. help
  114. Generic HDLC driver supporting Frame Relay over WAN connections.
  115. If unsure, say N.
  116. config HDLC_PPP
  117. tristate "Synchronous Point-to-Point Protocol (PPP) support"
  118. depends on HDLC
  119. help
  120. Generic HDLC driver supporting PPP over WAN connections.
  121. If unsure, say N.
  122. config HDLC_X25
  123. tristate "X.25 protocol support"
  124. depends on HDLC && (LAPB=m && HDLC=m || LAPB=y)
  125. help
  126. Generic HDLC driver supporting X.25 over WAN connections.
  127. If unsure, say N.
  128. comment "X.25/LAPB support is disabled"
  129. depends on HDLC && (LAPB!=m || HDLC!=m) && LAPB!=y
  130. config PCI200SYN
  131. tristate "Goramo PCI200SYN support"
  132. depends on HDLC && PCI
  133. help
  134. Driver for PCI200SYN cards by Goramo sp. j.
  135. If you have such a card, say Y here and see
  136. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  137. To compile this as a module, choose M here: the
  138. module will be called pci200syn.
  139. If unsure, say N.
  140. config WANXL
  141. tristate "SBE Inc. wanXL support"
  142. depends on HDLC && PCI
  143. help
  144. Driver for wanXL PCI cards by SBE Inc.
  145. If you have such a card, say Y here and see
  146. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  147. To compile this as a module, choose M here: the
  148. module will be called wanxl.
  149. If unsure, say N.
  150. config WANXL_BUILD_FIRMWARE
  151. bool "rebuild wanXL firmware"
  152. depends on WANXL && !PREVENT_FIRMWARE_BUILD
  153. help
  154. Allows you to rebuild firmware run by the QUICC processor.
  155. It requires as68k, ld68k and hexdump programs.
  156. You should never need this option, say N.
  157. config PC300
  158. tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)"
  159. depends on HDLC && PCI && BROKEN
  160. ---help---
  161. This driver is broken because of struct tty_driver change.
  162. Driver for the Cyclades-PC300 synchronous communication boards.
  163. These boards provide synchronous serial interfaces to your
  164. Linux box (interfaces currently available are RS-232/V.35, X.21 and
  165. T1/E1). If you wish to support Multilink PPP, please select the
  166. option later and read the file README.mlppp provided by PC300
  167. package.
  168. To compile this as a module, choose M here: the module
  169. will be called pc300.
  170. If unsure, say N.
  171. config PC300_MLPPP
  172. bool "Cyclades-PC300 MLPPP support"
  173. depends on PC300 && PPP_MULTILINK && PPP_SYNC_TTY && HDLC_PPP
  174. help
  175. Multilink PPP over the PC300 synchronous communication boards.
  176. comment "Cyclades-PC300 MLPPP support is disabled."
  177. depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
  178. comment "Refer to the file README.mlppp, provided by PC300 package."
  179. depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
  180. config PC300TOO
  181. tristate "Cyclades PC300 RSV/X21 alternative support"
  182. depends on HDLC && PCI
  183. help
  184. Alternative driver for PC300 RSV/X21 PCI cards made by
  185. Cyclades, Inc. If you have such a card, say Y here and see
  186. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  187. To compile this as a module, choose M here: the module
  188. will be called pc300too.
  189. If unsure, say N here.
  190. config N2
  191. tristate "SDL RISCom/N2 support"
  192. depends on HDLC && ISA
  193. help
  194. Driver for RISCom/N2 single or dual channel ISA cards by
  195. SDL Communications Inc.
  196. If you have such a card, say Y here and see
  197. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  198. Note that N2csu and N2dds cards are not supported by this driver.
  199. To compile this driver as a module, choose M here: the module
  200. will be called n2.
  201. If unsure, say N.
  202. config C101
  203. tristate "Moxa C101 support"
  204. depends on HDLC && ISA
  205. help
  206. Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd.
  207. If you have such a card, say Y here and see
  208. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  209. To compile this driver as a module, choose M here: the
  210. module will be called c101.
  211. If unsure, say N.
  212. config FARSYNC
  213. tristate "FarSync T-Series support"
  214. depends on HDLC && PCI
  215. ---help---
  216. Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
  217. FarSite Communications Ltd.
  218. Synchronous communication is supported on all ports at speeds up to
  219. 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
  220. Frame Relay or X.25/LAPB.
  221. If you want the module to be automatically loaded when the interface
  222. is referenced then you should add "alias hdlcX farsync" to a file
  223. in /etc/modprobe.d/ for each interface, where X is 0, 1, 2, ..., or
  224. simply use "alias hdlc* farsync" to indicate all of them.
  225. To compile this driver as a module, choose M here: the
  226. module will be called farsync.
  227. config DSCC4
  228. tristate "Etinc PCISYNC serial board support"
  229. depends on HDLC && PCI && m
  230. help
  231. Driver for Etinc PCISYNC boards based on the Infineon (ex. Siemens)
  232. DSCC4 chipset.
  233. This is supposed to work with the four port card. Take a look at
  234. <http://www.cogenit.fr/dscc4/> for further information about the
  235. driver.
  236. To compile this driver as a module, choose M here: the
  237. module will be called dscc4.
  238. config DSCC4_PCISYNC
  239. bool "Etinc PCISYNC features"
  240. depends on DSCC4
  241. help
  242. Due to Etinc's design choice for its PCISYNC cards, some operations
  243. are only allowed on specific ports of the DSCC4. This option is the
  244. only way for the driver to know that it shouldn't return a success
  245. code for these operations.
  246. Please say Y if your card is an Etinc's PCISYNC.
  247. config DSCC4_PCI_RST
  248. bool "Hard reset support"
  249. depends on DSCC4
  250. help
  251. Various DSCC4 bugs forbid any reliable software reset of the ASIC.
  252. As a replacement, some vendors provide a way to assert the PCI #RST
  253. pin of DSCC4 through the GPIO port of the card. If you choose Y,
  254. the driver will make use of this feature before module removal
  255. (i.e. rmmod). The feature is known to be available on Commtech's
  256. cards. Contact your manufacturer for details.
  257. Say Y if your card supports this feature.
  258. config IXP4XX_HSS
  259. tristate "Intel IXP4xx HSS (synchronous serial port) support"
  260. depends on HDLC && ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
  261. help
  262. Say Y here if you want to use built-in HSS ports
  263. on IXP4xx processor.
  264. config DLCI
  265. tristate "Frame Relay DLCI support"
  266. ---help---
  267. Support for the Frame Relay protocol.
  268. Frame Relay is a fast low-cost way to connect to a remote Internet
  269. access provider or to form a private wide area network. The one
  270. physical line from your box to the local "switch" (i.e. the entry
  271. point to the Frame Relay network, usually at the phone company) can
  272. carry several logical point-to-point connections to other computers
  273. connected to the Frame Relay network. For a general explanation of
  274. the protocol, check out <http://www.mplsforum.org/>.
  275. To use frame relay, you need supporting hardware (called FRAD) and
  276. certain programs from the net-tools package as explained in
  277. <file:Documentation/networking/framerelay.txt>.
  278. To compile this driver as a module, choose M here: the
  279. module will be called dlci.
  280. config DLCI_MAX
  281. int "Max DLCI per device"
  282. depends on DLCI
  283. default "8"
  284. help
  285. How many logical point-to-point frame relay connections (the
  286. identifiers of which are called DCLIs) should be handled by each
  287. of your hardware frame relay access devices.
  288. Go with the default.
  289. config SDLA
  290. tristate "SDLA (Sangoma S502/S508) support"
  291. depends on DLCI && ISA
  292. help
  293. Driver for the Sangoma S502A, S502E, and S508 Frame Relay Access
  294. Devices.
  295. These are multi-protocol cards, but only Frame Relay is supported
  296. by the driver at this time. Please read
  297. <file:Documentation/networking/framerelay.txt>.
  298. To compile this driver as a module, choose M here: the
  299. module will be called sdla.
  300. # Wan router core.
  301. config WAN_ROUTER_DRIVERS
  302. tristate "WAN router drivers"
  303. depends on WAN_ROUTER
  304. ---help---
  305. Connect LAN to WAN via Linux box.
  306. Select driver your card and remember to say Y to "Wan Router."
  307. You will need the wan-tools package which is available from
  308. <ftp://ftp.sangoma.com/>.
  309. Note that the answer to this question won't directly affect the
  310. kernel except for how subordinate drivers may be built:
  311. saying N will just cause the configurator to skip all
  312. the questions about WAN router drivers.
  313. If unsure, say N.
  314. config CYCLADES_SYNC
  315. tristate "Cyclom 2X(tm) cards (EXPERIMENTAL)"
  316. depends on WAN_ROUTER_DRIVERS && (PCI || ISA)
  317. ---help---
  318. Cyclom 2X from Cyclades Corporation <http://www.avocent.com/> is an
  319. intelligent multiprotocol WAN adapter with data transfer rates up to
  320. 512 Kbps. These cards support the X.25 and SNA related protocols.
  321. While no documentation is available at this time please grab the
  322. wanconfig tarball in
  323. <http://www.conectiva.com.br/~acme/cycsyn-devel/> (with minor changes
  324. to make it compile with the current wanrouter include files; efforts
  325. are being made to use the original package available at
  326. <ftp://ftp.sangoma.com/>).
  327. Feel free to contact me or the cycsyn-devel mailing list at
  328. <acme@conectiva.com.br> and <cycsyn-devel@bazar.conectiva.com.br> for
  329. additional details, I hope to have documentation available as soon as
  330. possible. (Cyclades Brazil is writing the Documentation).
  331. The next questions will ask you about the protocols you want the
  332. driver to support (for now only X.25 is supported).
  333. If you have one or more of these cards, say Y to this option.
  334. To compile this driver as a module, choose M here: the
  335. module will be called cyclomx.
  336. config CYCLOMX_X25
  337. bool "Cyclom 2X X.25 support (EXPERIMENTAL)"
  338. depends on CYCLADES_SYNC
  339. help
  340. Connect a Cyclom 2X card to an X.25 network.
  341. Enabling X.25 support will enlarge your kernel by about 11 kB.
  342. # X.25 network drivers
  343. config LAPBETHER
  344. tristate "LAPB over Ethernet driver (EXPERIMENTAL)"
  345. depends on LAPB && X25
  346. ---help---
  347. Driver for a pseudo device (typically called /dev/lapb0) which allows
  348. you to open an LAPB point-to-point connection to some other computer
  349. on your Ethernet network.
  350. In order to do this, you need to say Y or M to the driver for your
  351. Ethernet card as well as to "LAPB Data Link Driver".
  352. To compile this driver as a module, choose M here: the
  353. module will be called lapbether.
  354. If unsure, say N.
  355. config X25_ASY
  356. tristate "X.25 async driver (EXPERIMENTAL)"
  357. depends on LAPB && X25
  358. ---help---
  359. Send and receive X.25 frames over regular asynchronous serial
  360. lines such as telephone lines equipped with ordinary modems.
  361. Experts should note that this driver doesn't currently comply with
  362. the asynchronous HDLS framing protocols in CCITT recommendation X.25.
  363. To compile this driver as a module, choose M here: the
  364. module will be called x25_asy.
  365. If unsure, say N.
  366. config SBNI
  367. tristate "Granch SBNI12 Leased Line adapter support"
  368. depends on X86
  369. ---help---
  370. Driver for ISA SBNI12-xx cards which are low cost alternatives to
  371. leased line modems.
  372. You can find more information and last versions of drivers and
  373. utilities at <http://www.granch.ru/>. If you have any question you
  374. can send email to <sbni@granch.ru>.
  375. To compile this driver as a module, choose M here: the
  376. module will be called sbni.
  377. If unsure, say N.
  378. config SBNI_MULTILINE
  379. bool "Multiple line feature support"
  380. depends on SBNI
  381. help
  382. Schedule traffic for some parallel lines, via SBNI12 adapters.
  383. If you have two computers connected with two parallel lines it's
  384. possible to increase transfer rate nearly twice. You should have
  385. a program named 'sbniconfig' to configure adapters.
  386. If unsure, say N.
  387. endif # WAN