Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. source "drivers/net/wan/framer/Kconfig"
  75. config PCI200SYN
  76. tristate "Goramo PCI200SYN support"
  77. depends on HDLC && PCI
  78. help
  79. Driver for PCI200SYN cards by Goramo sp. j.
  80. If you have such a card, say Y here and see
  81. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  82. To compile this as a module, choose M here: the
  83. module will be called pci200syn.
  84. If unsure, say N.
  85. config WANXL
  86. tristate "SBE Inc. wanXL support"
  87. depends on HDLC && PCI
  88. help
  89. Driver for wanXL PCI cards by SBE Inc.
  90. If you have such a card, say Y here and see
  91. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  92. To compile this as a module, choose M here: the
  93. module will be called wanxl.
  94. If unsure, say N.
  95. config WANXL_BUILD_FIRMWARE
  96. bool "rebuild wanXL firmware"
  97. depends on WANXL && !PREVENT_FIRMWARE_BUILD
  98. help
  99. Allows you to rebuild firmware run by the QUICC processor.
  100. It requires m68k toolchains and hexdump programs.
  101. You should never need this option, say N.
  102. config PC300TOO
  103. tristate "Cyclades PC300 RSV/X21 alternative support"
  104. depends on HDLC && PCI
  105. help
  106. Alternative driver for PC300 RSV/X21 PCI cards made by
  107. Cyclades, Inc. If you have such a card, say Y here and see
  108. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  109. To compile this as a module, choose M here: the module
  110. will be called pc300too.
  111. If unsure, say N here.
  112. config N2
  113. tristate "SDL RISCom/N2 support"
  114. depends on HDLC && ISA
  115. help
  116. Driver for RISCom/N2 single or dual channel ISA cards by
  117. SDL Communications Inc.
  118. If you have such a card, say Y here and see
  119. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  120. Note that N2csu and N2dds cards are not supported by this driver.
  121. To compile this driver as a module, choose M here: the module
  122. will be called n2.
  123. If unsure, say N.
  124. config C101
  125. tristate "Moxa C101 support"
  126. depends on HDLC && ISA
  127. help
  128. Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd.
  129. If you have such a card, say Y here and see
  130. <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
  131. To compile this driver as a module, choose M here: the
  132. module will be called c101.
  133. If unsure, say N.
  134. config FARSYNC
  135. tristate "FarSync T-Series support"
  136. depends on HDLC && PCI && HAS_IOPORT
  137. help
  138. Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
  139. FarSite Communications Ltd.
  140. Synchronous communication is supported on all ports at speeds up to
  141. 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
  142. Frame Relay or X.25/LAPB.
  143. If you want the module to be automatically loaded when the interface
  144. is referenced then you should add "alias hdlcX farsync" to a file
  145. in /etc/modprobe.d/ for each interface, where X is 0, 1, 2, ..., or
  146. simply use "alias hdlc* farsync" to indicate all of them.
  147. To compile this driver as a module, choose M here: the
  148. module will be called farsync.
  149. config FSL_QMC_HDLC
  150. tristate "Freescale QMC HDLC support"
  151. depends on HDLC
  152. depends on CPM_QMC
  153. help
  154. HDLC support using the Freescale QUICC Multichannel Controller (QMC).
  155. To compile this driver as a module, choose M here: the
  156. module will be called fsl_qmc_hdlc.
  157. If unsure, say N.
  158. config FSL_UCC_HDLC
  159. tristate "Freescale QUICC Engine HDLC support"
  160. depends on HDLC
  161. depends on QUICC_ENGINE
  162. help
  163. Driver for Freescale QUICC Engine HDLC controller. The driver
  164. supports HDLC in NMSI and TDM mode.
  165. To compile this driver as a module, choose M here: the
  166. module will be called fsl_ucc_hdlc.
  167. config SLIC_DS26522
  168. tristate "Slic Maxim ds26522 card support"
  169. depends on SPI
  170. depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE || COMPILE_TEST
  171. select BITREVERSE
  172. help
  173. This module initializes and configures the slic maxim card
  174. in T1 or E1 mode.
  175. To compile this driver as a module, choose M here: the
  176. module will be called slic_ds26522.
  177. config IXP4XX_HSS
  178. tristate "Intel IXP4xx HSS (synchronous serial port) support"
  179. depends on HDLC && IXP4XX_NPE && IXP4XX_QMGR
  180. depends on ARCH_IXP4XX && OF
  181. select MFD_SYSCON
  182. help
  183. Say Y here if you want to use built-in HSS ports
  184. on IXP4xx processor.
  185. # X.25 network drivers
  186. config LAPBETHER
  187. tristate "LAPB over Ethernet driver"
  188. depends on LAPB && X25
  189. help
  190. Driver for a pseudo device (typically called /dev/lapb0) which allows
  191. you to open an LAPB point-to-point connection to some other computer
  192. on your Ethernet network.
  193. In order to do this, you need to say Y or M to the driver for your
  194. Ethernet card as well as to "LAPB Data Link Driver".
  195. To compile this driver as a module, choose M here: the
  196. module will be called lapbether.
  197. If unsure, say N.
  198. endif # WAN