diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/net/appletalk/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/net/appletalk/Kconfig')
-rw-r--r-- | drivers/net/appletalk/Kconfig | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig new file mode 100644 index 000000000000..60b19679ca5c --- /dev/null +++ b/drivers/net/appletalk/Kconfig | |||
@@ -0,0 +1,98 @@ | |||
1 | # | ||
2 | # Appletalk driver configuration | ||
3 | # | ||
4 | config DEV_APPLETALK | ||
5 | bool "Appletalk interfaces support" | ||
6 | depends on ATALK | ||
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 wish | ||
10 | to do IP over it, or you have a LocalTalk card and wish to use it to | ||
11 | connect to the AppleTalk network, say Y. | ||
12 | |||
13 | |||
14 | config LTPC | ||
15 | tristate "Apple/Farallon LocalTalk PC support" | ||
16 | depends on DEV_APPLETALK && (ISA || EISA) | ||
17 | help | ||
18 | This allows you to use the AppleTalk PC card to connect to LocalTalk | ||
19 | networks. The card is also known as the Farallon PhoneNet PC card. | ||
20 | If you are in doubt, this card is the one with the 65C02 chip on it. | ||
21 | You also need version 1.3.3 or later of the netatalk package. | ||
22 | This driver is experimental, which means that it may not work. | ||
23 | See the file <file:Documentation/networking/ltpc.txt>. | ||
24 | |||
25 | config COPS | ||
26 | tristate "COPS LocalTalk PC support" | ||
27 | depends on DEV_APPLETALK && (ISA || EISA) | ||
28 | help | ||
29 | This allows you to use COPS AppleTalk cards to connect to LocalTalk | ||
30 | networks. You also need version 1.3.3 or later of the netatalk | ||
31 | package. This driver is experimental, which means that it may not | ||
32 | work. This driver will only work if you choose "AppleTalk DDP" | ||
33 | networking support, above. | ||
34 | Please read the file <file:Documentation/networking/cops.txt>. | ||
35 | |||
36 | config COPS_DAYNA | ||
37 | bool "Dayna firmware support" | ||
38 | depends on COPS | ||
39 | help | ||
40 | Support COPS compatible cards with Dayna style firmware (Dayna | ||
41 | DL2000/ Daynatalk/PC (half length), COPS LT-95, Farallon PhoneNET PC | ||
42 | III, Farallon PhoneNET PC II). | ||
43 | |||
44 | config COPS_TANGENT | ||
45 | bool "Tangent firmware support" | ||
46 | depends on COPS | ||
47 | help | ||
48 | Support COPS compatible cards with Tangent style firmware (Tangent | ||
49 | ATB_II, Novell NL-1000, Daystar Digital LT-200. | ||
50 | |||
51 | config IPDDP | ||
52 | tristate "Appletalk-IP driver support" | ||
53 | depends on DEV_APPLETALK && ATALK | ||
54 | ---help--- | ||
55 | This allows IP networking for users who only have AppleTalk | ||
56 | networking available. This feature is experimental. With this | ||
57 | driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux | ||
58 | box is stuck on an AppleTalk only network) or decapsulate (e.g. if | ||
59 | you want your Linux box to act as an Internet gateway for a zoo of | ||
60 | AppleTalk connected Macs). Please see the file | ||
61 | <file:Documentation/networking/ipddp.txt> for more information. | ||
62 | |||
63 | If you say Y here, the AppleTalk-IP support will be compiled into | ||
64 | the kernel. In this case, you can either use encapsulation or | ||
65 | decapsulation, but not both. With the following two questions, you | ||
66 | decide which one you want. | ||
67 | |||
68 | To compile the AppleTalk-IP support as a module, choose M here: the | ||
69 | module will be called ipddp. | ||
70 | In this case, you will be able to use both encapsulation and | ||
71 | decapsulation simultaneously, by loading two copies of the module | ||
72 | and specifying different values for the module option ipddp_mode. | ||
73 | |||
74 | config IPDDP_ENCAP | ||
75 | bool "IP to Appletalk-IP Encapsulation support" | ||
76 | depends on IPDDP | ||
77 | help | ||
78 | If you say Y here, the AppleTalk-IP code will be able to encapsulate | ||
79 | IP packets inside AppleTalk frames; this is useful if your Linux box | ||
80 | is stuck on an AppleTalk network (which hopefully contains a | ||
81 | decapsulator somewhere). Please see | ||
82 | <file:Documentation/networking/ipddp.txt> for more information. If | ||
83 | you said Y to "AppleTalk-IP driver support" above and you say Y | ||
84 | here, then you cannot say Y to "AppleTalk-IP to IP Decapsulation | ||
85 | support", below. | ||
86 | |||
87 | config IPDDP_DECAP | ||
88 | bool "Appletalk-IP to IP Decapsulation support" | ||
89 | depends on IPDDP | ||
90 | help | ||
91 | If you say Y here, the AppleTalk-IP code will be able to decapsulate | ||
92 | AppleTalk-IP frames to IP packets; this is useful if you want your | ||
93 | Linux box to act as an Internet gateway for an AppleTalk network. | ||
94 | Please see <file:Documentation/networking/ipddp.txt> for more | ||
95 | information. If you said Y to "AppleTalk-IP driver support" above | ||
96 | and you say Y here, then you cannot say Y to "IP to AppleTalk-IP | ||
97 | Encapsulation support", above. | ||
98 | |||