Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7c9608de
Commit
7c9608de
authored
Nov 17, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/acme/BK/net-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5
parents
bf5ec2f2
f757ef0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
drivers/net/tokenring/Kconfig
drivers/net/tokenring/Kconfig
+2
-2
net/Kconfig
net/Kconfig
+7
-7
No files found.
drivers/net/tokenring/Kconfig
View file @
7c9608de
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
# Token Ring driver configuration
# Token Ring driver configuration
#
#
menu "Token Ring devices"
menu "Token Ring devices
(depends on LLC=y)
"
depends on NETDEVICES
depends on NETDEVICES
# So far, we only have PCI, ISA, and MCA token ring devices
# So far, we only have PCI, ISA, and MCA token ring devices
config TR
config TR
bool "Token Ring driver support"
bool "Token Ring driver support"
depends on
PCI || ISA || MCA
depends on
(PCI || ISA || MCA) && LLC=y
help
help
Token Ring is IBM's way of communication on a local network; the
Token Ring is IBM's way of communication on a local network; the
rest of the world uses Ethernet. To participate on a Token Ring
rest of the world uses Ethernet. To participate on a Token Ring
...
...
net/Kconfig
View file @
7c9608de
...
@@ -266,14 +266,14 @@ config VLAN_8021Q
...
@@ -266,14 +266,14 @@ config VLAN_8021Q
tristate "802.1Q VLAN Support"
tristate "802.1Q VLAN Support"
config LLC
config LLC
tristate "ANSI/IEEE 802.2
Data link layer protocol (IPX, Appletalk
)"
tristate "ANSI/IEEE 802.2
- aka LLC (IPX, Appletalk, Token Ring
)"
help
help
This is a Logical Link Layer protocol used for Appletalk, IPX
and in
This is a Logical Link Layer protocol used for Appletalk, IPX
,
the future by NetBEUI and by the linux-sna project. It originall
y
Token Ring devices, the linux-sna.org project and in the future b
y
came from Procom Inc. that released the code for 2.0.36 and was
NetBEUI. It originally came from Procom Inc. that released the code
ported to 2.{4,5}. Select this if you want to have support for
for 2.0.36 and was heavily modified to work with 2.{4,5}.
those protocols or if you want to have the sockets interface for
Select this if you want to have support for those protocols or if
LLC.
you want to have the sockets interface for
LLC.
config LLC_UI
config LLC_UI
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment