Kconfig 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. config MKISS
  2. tristate "Serial port KISS driver"
  3. depends on AX25 && TTY
  4. select CRC16
  5. ---help---
  6. KISS is a protocol used for the exchange of data between a computer
  7. and a Terminal Node Controller (a small embedded system commonly
  8. used for networking over AX.25 amateur radio connections; it
  9. connects the computer's serial port with the radio's microphone
  10. input and speaker output).
  11. Although KISS is less advanced than the 6pack protocol, it has
  12. the advantage that it is already supported by most modern TNCs
  13. without the need for a firmware upgrade.
  14. To compile this driver as a module, choose M here: the module
  15. will be called mkiss.
  16. config 6PACK
  17. tristate "Serial port 6PACK driver"
  18. depends on AX25 && TTY
  19. ---help---
  20. 6pack is a transmission protocol for the data exchange between your
  21. PC and your TNC (the Terminal Node Controller acts as a kind of
  22. modem connecting your computer's serial port to your radio's
  23. microphone input and speaker output). This protocol can be used as
  24. an alternative to KISS for networking over AX.25 amateur radio
  25. connections, but it has some extended functionality.
  26. Note that this driver is still experimental and might cause
  27. problems. For details about the features and the usage of the
  28. driver, read <file:Documentation/networking/6pack.txt>.
  29. To compile this driver as a module, choose M here: the module
  30. will be called 6pack.
  31. config BPQETHER
  32. tristate "BPQ Ethernet driver"
  33. depends on AX25
  34. help
  35. AX.25 is the protocol used for computer communication over amateur
  36. radio. If you say Y here, you will be able to send and receive AX.25
  37. traffic over Ethernet (also called "BPQ AX.25"), which could be
  38. useful if some other computer on your local network has a direct
  39. amateur radio connection.
  40. config DMASCC
  41. tristate "High-speed (DMA) SCC driver for AX.25"
  42. depends on ISA && AX25 && BROKEN_ON_SMP && ISA_DMA_API
  43. ---help---
  44. This is a driver for high-speed SCC boards, i.e. those supporting
  45. DMA on one port. You usually use those boards to connect your
  46. computer to an amateur radio modem (such as the WA4DSY 56kbps
  47. modem), in order to send and receive AX.25 packet radio network
  48. traffic.
  49. Currently, this driver supports Ottawa PI/PI2, Paccomm/Gracilis
  50. PackeTwin, and S5SCC/DMA boards. They are detected automatically.
  51. If you have one of these cards, say Y here and read the AX25-HOWTO,
  52. available from <http://www.tldp.org/docs.html#howto>.
  53. This driver can operate multiple boards simultaneously. If you
  54. compile it as a module (by saying M instead of Y), it will be called
  55. dmascc. If you don't pass any parameter to the driver, all
  56. possible I/O addresses are probed. This could irritate other devices
  57. that are currently not in use. You may specify the list of addresses
  58. to be probed by "dmascc.io=addr1,addr2,..." (when compiled into the
  59. kernel image) or "io=addr1,addr2,..." (when loaded as a module). The
  60. network interfaces will be called dmascc0 and dmascc1 for the board
  61. detected first, dmascc2 and dmascc3 for the second one, and so on.
  62. Before you configure each interface with ifconfig, you MUST set
  63. certain parameters, such as channel access timing, clock mode, and
  64. DMA channel. This is accomplished with a small utility program,
  65. dmascc_cfg, available at
  66. <http://www.linux-ax25.org/wiki/Ax25-tools>. Please be sure to
  67. get at least version 1.27 of dmascc_cfg, as older versions will not
  68. work with the current driver.
  69. config SCC
  70. tristate "Z8530 SCC driver"
  71. depends on ISA && AX25 && ISA_DMA_API
  72. ---help---
  73. These cards are used to connect your Linux box to an amateur radio
  74. in order to communicate with other computers. If you want to use
  75. this, read <file:Documentation/networking/z8530drv.txt> and the
  76. AX25-HOWTO, available from
  77. <http://www.tldp.org/docs.html#howto>. Also make sure to say Y
  78. to "Amateur Radio AX.25 Level 2" support.
  79. To compile this driver as a module, choose M here: the module
  80. will be called scc.
  81. config SCC_DELAY
  82. bool "additional delay for PA0HZP OptoSCC compatible boards"
  83. depends on SCC
  84. help
  85. Say Y here if you experience problems with the SCC driver not
  86. working properly; please read
  87. <file:Documentation/networking/z8530drv.txt> for details.
  88. If unsure, say N.
  89. config SCC_TRXECHO
  90. bool "support for TRX that feedback the tx signal to rx"
  91. depends on SCC
  92. help
  93. Some transmitters feed the transmitted signal back to the receive
  94. line. Say Y here to foil this by explicitly disabling the receiver
  95. during data transmission.
  96. If in doubt, say Y.
  97. config BAYCOM_SER_FDX
  98. tristate "BAYCOM ser12 fullduplex driver for AX.25"
  99. depends on AX25 && !S390
  100. select CRC_CCITT
  101. ---help---
  102. This is one of two drivers for Baycom style simple amateur radio
  103. modems that connect to a serial interface. The driver supports the
  104. ser12 design in full-duplex mode. In addition, it allows the
  105. baudrate to be set between 300 and 4800 baud (however not all modems
  106. support all baudrates). This is the preferred driver. The next
  107. driver, "BAYCOM ser12 half-duplex driver for AX.25" is the old
  108. driver and still provided in case this driver does not work with
  109. your serial interface chip. To configure the driver, use the sethdlc
  110. utility available in the standard ax25 utilities package. For
  111. information on the modems, see <http://www.baycom.de/> and
  112. <file:Documentation/networking/baycom.txt>.
  113. To compile this driver as a module, choose M here: the module
  114. will be called baycom_ser_fdx. This is recommended.
  115. config BAYCOM_SER_HDX
  116. tristate "BAYCOM ser12 halfduplex driver for AX.25"
  117. depends on AX25 && !S390
  118. select CRC_CCITT
  119. ---help---
  120. This is one of two drivers for Baycom style simple amateur radio
  121. modems that connect to a serial interface. The driver supports the
  122. ser12 design in half-duplex mode. This is the old driver. It is
  123. still provided in case your serial interface chip does not work with
  124. the full-duplex driver. This driver is deprecated. To configure
  125. the driver, use the sethdlc utility available in the standard ax25
  126. utilities package. For information on the modems, see
  127. <http://www.baycom.de/> and
  128. <file:Documentation/networking/baycom.txt>.
  129. To compile this driver as a module, choose M here: the module
  130. will be called baycom_ser_hdx. This is recommended.
  131. config BAYCOM_PAR
  132. tristate "BAYCOM picpar and par96 driver for AX.25"
  133. depends on PARPORT && AX25
  134. select CRC_CCITT
  135. ---help---
  136. This is a driver for Baycom style simple amateur radio modems that
  137. connect to a parallel interface. The driver supports the picpar and
  138. par96 designs. To configure the driver, use the sethdlc utility
  139. available in the standard ax25 utilities package. For information on
  140. the modems, see <http://www.baycom.de/> and the file
  141. <file:Documentation/networking/baycom.txt>.
  142. To compile this driver as a module, choose M here: the module
  143. will be called baycom_par. This is recommended.
  144. config BAYCOM_EPP
  145. tristate "BAYCOM epp driver for AX.25"
  146. depends on PARPORT && AX25 && !64BIT
  147. select CRC_CCITT
  148. ---help---
  149. This is a driver for Baycom style simple amateur radio modems that
  150. connect to a parallel interface. The driver supports the EPP
  151. designs. To configure the driver, use the sethdlc utility available
  152. in the standard ax25 utilities package. For information on the
  153. modems, see <http://www.baycom.de/> and the file
  154. <file:Documentation/networking/baycom.txt>.
  155. To compile this driver as a module, choose M here: the module
  156. will be called baycom_epp. This is recommended.
  157. config YAM
  158. tristate "YAM driver for AX.25"
  159. depends on AX25 && !S390
  160. help
  161. The YAM is a modem for packet radio which connects to the serial
  162. port and includes some of the functions of a Terminal Node
  163. Controller. If you have one of those, say Y here.
  164. To compile this driver as a module, choose M here: the module
  165. will be called yam.