Kconfig 7.8 KB

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