Kconfig 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. #
  2. # Appletalk driver configuration
  3. #
  4. config ATALK
  5. tristate "Appletalk protocol support"
  6. select LLC
  7. ---help---
  8. AppleTalk is the protocol that Apple computers can use to communicate
  9. on a network. If your Linux box is connected to such a network and you
  10. wish to connect to it, say Y. You will need to use the netatalk package
  11. so that your Linux box can act as a print and file server for Macs as
  12. well as access AppleTalk printers. Check out
  13. <http://www.zettabyte.net/netatalk/> on the WWW for details.
  14. EtherTalk is the name used for AppleTalk over Ethernet and the
  15. cheaper and slower LocalTalk is AppleTalk over a proprietary Apple
  16. network using serial links. EtherTalk and LocalTalk are fully
  17. supported by Linux.
  18. General information about how to connect Linux, Windows machines and
  19. Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The
  20. NET3-4-HOWTO, available from
  21. <http://www.tldp.org/docs.html#howto>, contains valuable
  22. information as well.
  23. To compile this driver as a module, choose M here: the module will be
  24. called appletalk. You almost certainly want to compile it as a
  25. module so you can restart your AppleTalk stack without rebooting
  26. your machine. I hear that the GNU boycott of Apple is over, so
  27. even politically correct people are allowed to say Y here.
  28. config DEV_APPLETALK
  29. tristate "Appletalk interfaces support"
  30. depends on ATALK
  31. help
  32. AppleTalk is the protocol that Apple computers can use to communicate
  33. on a network. If your Linux box is connected to such a network, and wish
  34. to do IP over it, or you have a LocalTalk card and wish to use it to
  35. connect to the AppleTalk network, say Y.
  36. config LTPC
  37. tristate "Apple/Farallon LocalTalk PC support"
  38. depends on DEV_APPLETALK && (ISA || EISA) && ISA_DMA_API && VIRT_TO_BUS
  39. help
  40. This allows you to use the AppleTalk PC card to connect to LocalTalk
  41. networks. The card is also known as the Farallon PhoneNet PC card.
  42. If you are in doubt, this card is the one with the 65C02 chip on it.
  43. You also need version 1.3.3 or later of the netatalk package.
  44. This driver is experimental, which means that it may not work.
  45. See the file <file:Documentation/networking/ltpc.txt>.
  46. config COPS
  47. tristate "COPS LocalTalk PC support"
  48. depends on DEV_APPLETALK && (ISA || EISA)
  49. help
  50. This allows you to use COPS AppleTalk cards to connect to LocalTalk
  51. networks. You also need version 1.3.3 or later of the netatalk
  52. package. This driver is experimental, which means that it may not
  53. work. This driver will only work if you choose "AppleTalk DDP"
  54. networking support, above.
  55. Please read the file <file:Documentation/networking/cops.txt>.
  56. config COPS_DAYNA
  57. bool "Dayna firmware support"
  58. depends on COPS
  59. help
  60. Support COPS compatible cards with Dayna style firmware (Dayna
  61. DL2000/ Daynatalk/PC (half length), COPS LT-95, Farallon PhoneNET PC
  62. III, Farallon PhoneNET PC II).
  63. config COPS_TANGENT
  64. bool "Tangent firmware support"
  65. depends on COPS
  66. help
  67. Support COPS compatible cards with Tangent style firmware (Tangent
  68. ATB_II, Novell NL-1000, Daystar Digital LT-200.
  69. config IPDDP
  70. tristate "Appletalk-IP driver support"
  71. depends on DEV_APPLETALK && ATALK
  72. ---help---
  73. This allows IP networking for users who only have AppleTalk
  74. networking available. This feature is experimental. With this
  75. driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux
  76. box is stuck on an AppleTalk only network) or decapsulate (e.g. if
  77. you want your Linux box to act as an Internet gateway for a zoo of
  78. AppleTalk connected Macs). Please see the file
  79. <file:Documentation/networking/ipddp.txt> for more information.
  80. If you say Y here, the AppleTalk-IP support will be compiled into
  81. the kernel. In this case, you can either use encapsulation or
  82. decapsulation, but not both. With the following two questions, you
  83. decide which one you want.
  84. To compile the AppleTalk-IP support as a module, choose M here: the
  85. module will be called ipddp.
  86. In this case, you will be able to use both encapsulation and
  87. decapsulation simultaneously, by loading two copies of the module
  88. and specifying different values for the module option ipddp_mode.
  89. config IPDDP_ENCAP
  90. bool "IP to Appletalk-IP Encapsulation support"
  91. depends on IPDDP
  92. help
  93. If you say Y here, the AppleTalk-IP code will be able to encapsulate
  94. IP packets inside AppleTalk frames; this is useful if your Linux box
  95. is stuck on an AppleTalk network (which hopefully contains a
  96. decapsulator somewhere). Please see
  97. <file:Documentation/networking/ipddp.txt> for more information.