Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4635
b: refs/heads/master
c: 6a2e9b7
h: refs/heads/master
i:
  4633: 41135d2
  4631: c6b5e49
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jul 12, 2005
1 parent b02bc79 commit eb35dbd
Show file tree
Hide file tree
Showing 19 changed files with 475 additions and 453 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5950b4355049092739bea97d1bdc14433126cc5
refs/heads/master: 6a2e9b738cb5c929df73b6acabdd8f9a4e9a0416
27 changes: 27 additions & 0 deletions trunk/drivers/net/appletalk/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
#
# Appletalk driver configuration
#
config ATALK
tristate "Appletalk protocol support"
select LLC
---help---
AppleTalk is the protocol that Apple computers can use to communicate
on a network. If your Linux box is connected to such a network and you
wish to connect to it, say Y. You will need to use the netatalk package
so that your Linux box can act as a print and file server for Macs as
well as access AppleTalk printers. Check out
<http://www.zettabyte.net/netatalk/> on the WWW for details.
EtherTalk is the name used for AppleTalk over Ethernet and the
cheaper and slower LocalTalk is AppleTalk over a proprietary Apple
network using serial links. EtherTalk and LocalTalk are fully
supported by Linux.

General information about how to connect Linux, Windows machines and
Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The
NET-3-HOWTO, available from
<http://www.tldp.org/docs.html#howto>, contains valuable
information as well.

To compile this driver as a module, choose M here: the module will be
called appletalk. You almost certainly want to compile it as a
module so you can restart your AppleTalk stack without rebooting
your machine. I hear that the GNU boycott of Apple is over, so
even politically correct people are allowed to say Y here.

config DEV_APPLETALK
bool "Appletalk interfaces support"
depends on ATALK
Expand Down
19 changes: 19 additions & 0 deletions trunk/net/8021q/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Configuration for 802.1Q VLAN support
#

config VLAN_8021Q
tristate "802.1Q VLAN Support"
---help---
Select this and you will be able to create 802.1Q VLAN interfaces
on your ethernet interfaces. 802.1Q VLAN supports almost
everything a regular ethernet interface does, including
firewalling, bridging, and of course IP traffic. You will need
the 'vconfig' tool from the VLAN project in order to effectively
use VLANs. See the VLAN web page for more information:
<http://www.candelatech.com/~greear/vlan.html>

To compile this code as a module, choose M here: the module
will be called 8021q.

If unsure, say N.
Loading

0 comments on commit eb35dbd

Please sign in to comment.