Kconfig 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # wan devices configuration
  4. #
  5. menuconfig WAN
  6. bool "Wan interfaces support"
  7. help
  8. Wide Area Networks (WANs), such as X.25, Frame Relay and leased
  9. lines, are used to interconnect Local Area Networks (LANs) over vast
  10. distances with data transfer rates significantly higher than those
  11. achievable with commonly used asynchronous modem connections.
  12. Usually, a quite expensive external device called a `WAN router' is
  13. needed to connect to a WAN. As an alternative, a relatively
  14. inexpensive WAN interface card can allow your Linux box to directly
  15. connect to a WAN.
  16. If you have one of those cards and wish to use it under Linux,
  17. say Y here and also to the WAN driver for your card.
  18. If unsure, say N.
  19. if WAN
  20. # Generic HDLC
  21. config HDLC
  22. tristate "Generic HDLC layer"
  23. help
  24. Say Y to this option if your Linux box contains a WAN (Wide Area
  25. Network) card supported by this driver and you are planning to
  26. connect the box to a WAN.
  27. You will need supporting software from
  28. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  29. Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame
  30. Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
  31. To compile this driver as a module, choose M here: the
  32. module will be called hdlc.
  33. If unsure, say N.
  34. config HDLC_RAW
  35. tristate "Raw HDLC support"
  36. depends on HDLC
  37. help
  38. Generic HDLC driver supporting raw HDLC over WAN connections.
  39. If unsure, say N.
  40. config HDLC_RAW_ETH
  41. tristate "Raw HDLC Ethernet device support"
  42. depends on HDLC
  43. help
  44. Generic HDLC driver supporting raw HDLC Ethernet device emulation
  45. over WAN connections.
  46. You will need it for Ethernet over HDLC bridges.
  47. If unsure, say N.
  48. config HDLC_CISCO
  49. tristate "Cisco HDLC support"
  50. depends on HDLC
  51. help
  52. Generic HDLC driver supporting Cisco HDLC over WAN connections.
  53. If unsure, say N.
  54. config HDLC_FR
  55. tristate "Frame Relay support"
  56. depends on HDLC
  57. help
  58. Generic HDLC driver supporting Frame Relay over WAN connections.
  59. If unsure, say N.
  60. config HDLC_PPP
  61. tristate "Synchronous Point-to-Point Protocol (PPP) support"
  62. depends on HDLC
  63. help
  64. Generic HDLC driver supporting PPP over WAN connections.
  65. If unsure, say N.
  66. config HDLC_X25
  67. tristate "X.25 protocol support"
  68. depends on HDLC && (LAPB=m && HDLC=m || LAPB=y)
  69. help
  70. Generic HDLC driver supporting X.25 over WAN connections.
  71. If unsure, say N.
  72. comment "X.25/LAPB support is disabled"
  73. depends on HDLC && (LAPB!=m || HDLC!=m) && LAPB!=y
  74. config PCI200SYN
  75. tristate "Goramo PCI200SYN support"
  76. depends on HDLC && PCI
  77. help
  78. Driver for PCI200SYN cards by Goramo sp. j.
  79. If you have such a card, say Y here and see
  80. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  81. To compile this as a module, choose M here: the
  82. module will be called pci200syn.
  83. If unsure, say N.
  84. config WANXL
  85. tristate "SBE Inc. wanXL support"
  86. depends on HDLC && PCI
  87. help
  88. Driver for wanXL PCI cards by SBE Inc.
  89. If you have such a card, say Y here and see
  90. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  91. To compile this as a module, choose M here: the
  92. module will be called wanxl.
  93. If unsure, say N.
  94. config WANXL_BUILD_FIRMWARE
  95. bool "rebuild wanXL firmware"
  96. depends on WANXL && !PREVENT_FIRMWARE_BUILD
  97. help
  98. Allows you to rebuild firmware run by the QUICC processor.
  99. It requires m68k toolchains and hexdump programs.
  100. You should never need this option, say N.
  101. config PC300TOO
  102. tristate "Cyclades PC300 RSV/X21 alternative support"
  103. depends on HDLC && PCI
  104. help
  105. Alternative driver for PC300 RSV/X21 PCI cards made by
  106. Cyclades, Inc. If you have such a card, say Y here and see
  107. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  108. To compile this as a module, choose M here: the module
  109. will be called pc300too.
  110. If unsure, say N here.
  111. config N2
  112. tristate "SDL RISCom/N2 support"
  113. depends on HDLC && ISA
  114. help
  115. Driver for RISCom/N2 single or dual channel ISA cards by
  116. SDL Communications Inc.
  117. If you have such a card, say Y here and see
  118. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  119. Note that N2csu and N2dds cards are not supported by this driver.
  120. To compile this driver as a module, choose M here: the module
  121. will be called n2.
  122. If unsure, say N.
  123. config C101
  124. tristate "Moxa C101 support"
  125. depends on HDLC && ISA
  126. help
  127. Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd.
  128. If you have such a card, say Y here and see
  129. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  130. To compile this driver as a module, choose M here: the
  131. module will be called c101.
  132. If unsure, say N.
  133. config FARSYNC
  134. tristate "FarSync T-Series support"
  135. depends on HDLC && PCI
  136. help
  137. Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
  138. FarSite Communications Ltd.
  139. Synchronous communication is supported on all ports at speeds up to
  140. 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
  141. Frame Relay or X.25/LAPB.
  142. If you want the module to be automatically loaded when the interface
  143. is referenced then you should add "alias hdlcX farsync" to a file
  144. in /etc/modprobe.d/ for each interface, where X is 0, 1, 2, ..., or
  145. simply use "alias hdlc* farsync" to indicate all of them.
  146. To compile this driver as a module, choose M here: the
  147. module will be called farsync.
  148. config FSL_UCC_HDLC
  149. tristate "Freescale QUICC Engine HDLC support"
  150. depends on HDLC
  151. depends on QUICC_ENGINE
  152. help
  153. Driver for Freescale QUICC Engine HDLC controller. The driver
  154. supports HDLC in NMSI and TDM mode.
  155. To compile this driver as a module, choose M here: the
  156. module will be called fsl_ucc_hdlc.
  157. config SLIC_DS26522
  158. tristate "Slic Maxim ds26522 card support"
  159. depends on SPI
  160. depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE || COMPILE_TEST
  161. select BITREVERSE
  162. help
  163. This module initializes and configures the slic maxim card
  164. in T1 or E1 mode.
  165. To compile this driver as a module, choose M here: the
  166. module will be called slic_ds26522.
  167. config IXP4XX_HSS
  168. tristate "Intel IXP4xx HSS (synchronous serial port) support"
  169. depends on HDLC && IXP4XX_NPE && IXP4XX_QMGR
  170. depends on ARCH_IXP4XX && OF
  171. select MFD_SYSCON
  172. help
  173. Say Y here if you want to use built-in HSS ports
  174. on IXP4xx processor.
  175. # X.25 network drivers
  176. config LAPBETHER
  177. tristate "LAPB over Ethernet driver"
  178. depends on LAPB && X25
  179. help
  180. Driver for a pseudo device (typically called /dev/lapb0) which allows
  181. you to open an LAPB point-to-point connection to some other computer
  182. on your Ethernet network.
  183. In order to do this, you need to say Y or M to the driver for your
  184. Ethernet card as well as to "LAPB Data Link Driver".
  185. To compile this driver as a module, choose M here: the
  186. module will be called lapbether.
  187. If unsure, say N.
  188. endif # WAN