Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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 IPDDP
  47. tristate "Appletalk-IP driver support"
  48. depends on DEV_APPLETALK && ATALK
  49. ---help---
  50. This allows IP networking for users who only have AppleTalk
  51. networking available. This feature is experimental. With this
  52. driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux
  53. box is stuck on an AppleTalk only network) or decapsulate (e.g. if
  54. you want your Linux box to act as an Internet gateway for a zoo of
  55. AppleTalk connected Macs). Please see the file
  56. <file:Documentation/networking/ipddp.txt> for more information.
  57. If you say Y here, the AppleTalk-IP support will be compiled into
  58. the kernel. In this case, you can either use encapsulation or
  59. decapsulation, but not both. With the following two questions, you
  60. decide which one you want.
  61. To compile the AppleTalk-IP support as a module, choose M here: the
  62. module will be called ipddp.
  63. In this case, you will be able to use both encapsulation and
  64. decapsulation simultaneously, by loading two copies of the module
  65. and specifying different values for the module option ipddp_mode.
  66. config IPDDP_ENCAP
  67. bool "IP to Appletalk-IP Encapsulation support"
  68. depends on IPDDP
  69. help
  70. If you say Y here, the AppleTalk-IP code will be able to encapsulate
  71. IP packets inside AppleTalk frames; this is useful if your Linux box
  72. is stuck on an AppleTalk network (which hopefully contains a
  73. decapsulator somewhere). Please see
  74. <file:Documentation/networking/ipddp.txt> for more information.