Kconfig 16 KB

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