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
Kirill Smelkov
linux
Commits
372f4d8d
Commit
372f4d8d
authored
Jan 01, 2003
by
Tomas Szepe
Committed by
Linus Torvalds
Jan 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] add proper bus dependencies to net driver configs
parent
d3119c17
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
drivers/net/Kconfig
drivers/net/Kconfig
+8
-8
drivers/net/arcnet/Kconfig
drivers/net/arcnet/Kconfig
+1
-1
drivers/net/tokenring/Kconfig
drivers/net/tokenring/Kconfig
+1
-1
drivers/net/wireless/Kconfig
drivers/net/wireless/Kconfig
+3
-3
No files found.
drivers/net/Kconfig
View file @
372f4d8d
...
...
@@ -384,7 +384,7 @@ config SUNGEM
config NET_VENDOR_3COM
bool "3COM cards"
depends on NET_ETHERNET
depends on NET_ETHERNET
&& (ISA || EISA || MCA || PCI)
help
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from
...
...
@@ -555,7 +555,7 @@ config LANCE
config NET_VENDOR_SMC
bool "Western Digital/SMC cards"
depends on NET_ETHERNET
depends on NET_ETHERNET
&& (ISA || MCA || EISA)
help
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from
...
...
@@ -648,7 +648,7 @@ config SMC9194
config NET_VENDOR_RACAL
bool "Racal-Interlan (Micom) NI cards"
depends on NET_ETHERNET
depends on NET_ETHERNET
&& ISA
help
If you have a network (Ethernet) card belonging to this class, such
as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO,
...
...
@@ -1459,7 +1459,7 @@ config LAN_SAA9730
config NET_POCKET
bool "Pocket and portable adapters"
depends on NET_ETHERNET
depends on NET_ETHERNET
&& ISA
---help---
Cute little network (Ethernet) devices which attach to the parallel
port ("pocket adapters"), commonly used with laptops. If you have
...
...
@@ -1777,7 +1777,7 @@ config VETH
config FDDI
bool "FDDI driver support"
depends on NETDEVICES
depends on NETDEVICES
&& (PCI || EISA)
help
Fiber Distributed Data Interface is a high speed local area network
design; essentially a replacement for high speed Ethernet. FDDI can
...
...
@@ -1828,7 +1828,7 @@ config SKFP
config HIPPI
bool "HIPPI driver support (EXPERIMENTAL)"
depends on NETDEVICES && EXPERIMENTAL && INET
depends on NETDEVICES && EXPERIMENTAL && INET
&& PCI
help
HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and
1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
...
...
@@ -2181,7 +2181,7 @@ config ARLAN
config AIRONET4500
tristate "Aironet 4500/4800 series adapters"
depends on NET_RADIO
depends on NET_RADIO
&& (PCI || ISA || PCMCIA)
---help---
www.aironet.com (recently bought by Cisco) makes these 802.11 DS
adapters. Driver by Elmer Joandi (elmer@ylenurme.ee).
...
...
@@ -2286,7 +2286,7 @@ source "drivers/net/tokenring/Kconfig"
config NET_FC
bool "Fibre Channel driver support"
depends on NETDEVICES
depends on NETDEVICES
&& SCSI && PCI
help
Fibre Channel is a high speed serial protocol mainly used to connect
large storage devices to the computer; it is compatible with and
...
...
drivers/net/arcnet/Kconfig
View file @
372f4d8d
...
...
@@ -3,7 +3,7 @@
#
menu "ARCnet devices"
depends on NETDEVICES
depends on NETDEVICES
&& (ISA || PCI)
config ARCNET
tristate "ARCnet support"
...
...
drivers/net/tokenring/Kconfig
View file @
372f4d8d
...
...
@@ -91,7 +91,7 @@ config 3C359
config TMS380TR
tristate "Generic TMS380 Token Ring ISA/PCI adapter support"
depends on TR
depends on TR
&& (PCI || ISA)
---help---
This driver provides generic support for token ring adapters
based on the Texas Instruments TMS380 series chipsets. This
...
...
drivers/net/wireless/Kconfig
View file @
372f4d8d
...
...
@@ -2,12 +2,12 @@
# Wireless LAN device configuration
#
comment "Wireless ISA/PCI cards support"
depends on NET_RADIO
depends on NET_RADIO
&& (ISA || PCI || ALL_PPC || PCMCIA)
# Good old obsolete Wavelan.
config WAVELAN
tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
depends on NET_RADIO
depends on NET_RADIO
&& ISA
---help---
The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
a Radio LAN (wireless Ethernet-like Local Area Network) using the
...
...
@@ -54,7 +54,7 @@ config AIRO
config HERMES
tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
depends on NET_RADIO
depends on NET_RADIO
&& (ALL_PPC || PCI || PCMCIA)
---help---
A driver for 802.11b wireless cards based based on the "Hermes" or
Intersil HFA384x (Prism 2) MAC controller. This includes the vast
...
...
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