Kconfig 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config MKISS
  3. tristate "Serial port KISS driver"
  4. depends on AX25 && TTY
  5. select CRC16
  6. help
  7. KISS is a protocol used for the exchange of data between a computer
  8. and a Terminal Node Controller (a small embedded system commonly
  9. used for networking over AX.25 amateur radio connections; it
  10. connects the computer's serial port with the radio's microphone
  11. input and speaker output).
  12. Although KISS is less advanced than the 6pack protocol, it has
  13. the advantage that it is already supported by most modern TNCs
  14. without the need for a firmware upgrade.
  15. To compile this driver as a module, choose M here: the module
  16. will be called mkiss.
  17. config 6PACK
  18. tristate "Serial port 6PACK driver"
  19. depends on AX25 && TTY
  20. help
  21. 6pack is a transmission protocol for the data exchange between your
  22. PC and your TNC (the Terminal Node Controller acts as a kind of
  23. modem connecting your computer's serial port to your radio's
  24. microphone input and speaker output). This protocol can be used as
  25. an alternative to KISS for networking over AX.25 amateur radio
  26. connections, but it has some extended functionality.
  27. Note that this driver is still experimental and might cause
  28. problems. For details about the features and the usage of the
  29. driver, read <file:Documentation/networking/6pack.rst>.
  30. To compile this driver as a module, choose M here: the module
  31. will be called 6pack.
  32. config BPQETHER
  33. tristate "BPQ Ethernet driver"
  34. depends on AX25
  35. help
  36. AX.25 is the protocol used for computer communication over amateur
  37. radio. If you say Y here, you will be able to send and receive AX.25
  38. traffic over Ethernet (also called "BPQ AX.25"), which could be
  39. useful if some other computer on your local network has a direct
  40. amateur radio connection.
  41. config SCC
  42. tristate "Z8530 SCC driver"
  43. depends on ISA && AX25 && ISA_DMA_API
  44. help
  45. These cards are used to connect your Linux box to an amateur radio
  46. in order to communicate with other computers. If you want to use
  47. this, read
  48. <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst>
  49. and the AX25-HOWTO, available from
  50. <http://www.tldp.org/docs.html#howto>. Also make sure to say Y
  51. to "Amateur Radio AX.25 Level 2" support.
  52. To compile this driver as a module, choose M here: the module
  53. will be called scc.
  54. config SCC_DELAY
  55. bool "additional delay for PA0HZP OptoSCC compatible boards"
  56. depends on SCC
  57. help
  58. Say Y here if you experience problems with the SCC driver not
  59. working properly; please read
  60. <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst>
  61. for details.
  62. If unsure, say N.
  63. config SCC_TRXECHO
  64. bool "support for TRX that feedback the tx signal to rx"
  65. depends on SCC
  66. help
  67. Some transmitters feed the transmitted signal back to the receive
  68. line. Say Y here to foil this by explicitly disabling the receiver
  69. during data transmission.
  70. If in doubt, say Y.
  71. config BAYCOM_SER_FDX
  72. tristate "BAYCOM ser12 fullduplex driver for AX.25"
  73. depends on AX25 && !S390
  74. select CRC_CCITT
  75. help
  76. This is one of two drivers for Baycom style simple amateur radio
  77. modems that connect to a serial interface. The driver supports the
  78. ser12 design in full-duplex mode. In addition, it allows the
  79. baudrate to be set between 300 and 4800 baud (however not all modems
  80. support all baudrates). This is the preferred driver. The next
  81. driver, "BAYCOM ser12 half-duplex driver for AX.25" is the old
  82. driver and still provided in case this driver does not work with
  83. your serial interface chip. To configure the driver, use the sethdlc
  84. utility available in the standard ax25 utilities package. For
  85. information on the modems, see <http://www.baycom.de/> and
  86. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
  87. To compile this driver as a module, choose M here: the module
  88. will be called baycom_ser_fdx. This is recommended.
  89. config BAYCOM_SER_HDX
  90. tristate "BAYCOM ser12 halfduplex driver for AX.25"
  91. depends on AX25 && !S390
  92. select CRC_CCITT
  93. help
  94. This is one of two drivers for Baycom style simple amateur radio
  95. modems that connect to a serial interface. The driver supports the
  96. ser12 design in half-duplex mode. This is the old driver. It is
  97. still provided in case your serial interface chip does not work with
  98. the full-duplex driver. This driver is deprecated. To configure
  99. the driver, use the sethdlc utility available in the standard ax25
  100. utilities package. For information on the modems, see
  101. <http://www.baycom.de/> and
  102. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
  103. To compile this driver as a module, choose M here: the module
  104. will be called baycom_ser_hdx. This is recommended.
  105. config BAYCOM_PAR
  106. tristate "BAYCOM picpar and par96 driver for AX.25"
  107. depends on PARPORT && AX25
  108. select CRC_CCITT
  109. help
  110. This is a driver for Baycom style simple amateur radio modems that
  111. connect to a parallel interface. The driver supports the picpar and
  112. par96 designs. To configure the driver, use the sethdlc utility
  113. available in the standard ax25 utilities package. For information on
  114. the modems, see <http://www.baycom.de/> and the file
  115. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
  116. To compile this driver as a module, choose M here: the module
  117. will be called baycom_par. This is recommended.
  118. config BAYCOM_EPP
  119. tristate "BAYCOM epp driver for AX.25"
  120. depends on PARPORT && AX25 && !64BIT
  121. select CRC_CCITT
  122. help
  123. This is a driver for Baycom style simple amateur radio modems that
  124. connect to a parallel interface. The driver supports the EPP
  125. designs. To configure the driver, use the sethdlc utility available
  126. in the standard ax25 utilities package. For information on the
  127. modems, see <http://www.baycom.de/> and the file
  128. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
  129. To compile this driver as a module, choose M here: the module
  130. will be called baycom_epp. This is recommended.
  131. config YAM
  132. tristate "YAM driver for AX.25"
  133. depends on AX25 && !S390
  134. help
  135. The YAM is a modem for packet radio which connects to the serial
  136. port and includes some of the functions of a Terminal Node
  137. Controller. If you have one of those, say Y here.
  138. To compile this driver as a module, choose M here: the module
  139. will be called yam.