Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56225
b: refs/heads/master
c: be3b6c1
h: refs/heads/master
i:
  56223: 8e48361
v: v3
  • Loading branch information
Jan Engelhardt authored and Jeff Garzik committed May 11, 2007
1 parent 2765448 commit 9c4007c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 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: 4151ce3159c18a990da7fd6f0fe36c73d1c40f87
refs/heads/master: be3b6c14ab4fd5d542652180f33fee8e32182d84
23 changes: 7 additions & 16 deletions trunk/drivers/net/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# PCMCIA Network device configuration
#

menu "PCMCIA network device support"
depends on NETDEVICES && PCMCIA!=n

config NET_PCMCIA
menuconfig NET_PCMCIA
bool "PCMCIA network device support"
depends on PCMCIA
---help---
Say Y if you would like to include support for any PCMCIA or CardBus
network adapters, then say Y to the driver for your particular card
Expand All @@ -21,9 +19,10 @@ config NET_PCMCIA

If unsure, say N.

if NET_PCMCIA

config PCMCIA_3C589
tristate "3Com 3c589 PCMCIA support"
depends on NET_PCMCIA && PCMCIA
help
Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
(PC-card) Ethernet card to your computer.
Expand All @@ -33,7 +32,6 @@ config PCMCIA_3C589

config PCMCIA_3C574
tristate "3Com 3c574 PCMCIA support"
depends on NET_PCMCIA && PCMCIA
help
Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
(PC-card) Fast Ethernet card to your computer.
Expand All @@ -43,7 +41,6 @@ config PCMCIA_3C574

config PCMCIA_FMVJ18X
tristate "Fujitsu FMV-J18x PCMCIA support"
depends on NET_PCMCIA && PCMCIA
select CRC32
help
Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
Expand All @@ -54,7 +51,6 @@ config PCMCIA_FMVJ18X

config PCMCIA_PCNET
tristate "NE2000 compatible PCMCIA support"
depends on NET_PCMCIA && PCMCIA
select CRC32
help
Say Y here if you intend to attach an NE2000 compatible PCMCIA
Expand All @@ -65,7 +61,6 @@ config PCMCIA_PCNET

config PCMCIA_NMCLAN
tristate "New Media PCMCIA support"
depends on NET_PCMCIA && PCMCIA
help
Say Y here if you intend to attach a New Media Ethernet or LiveWire
PCMCIA (PC-card) Ethernet card to your computer.
Expand All @@ -75,7 +70,6 @@ config PCMCIA_NMCLAN

config PCMCIA_SMC91C92
tristate "SMC 91Cxx PCMCIA support"
depends on NET_PCMCIA && PCMCIA
select CRC32
select MII
help
Expand All @@ -87,7 +81,6 @@ config PCMCIA_SMC91C92

config PCMCIA_XIRC2PS
tristate "Xircom 16-bit PCMCIA support"
depends on NET_PCMCIA && PCMCIA
help
Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
Ethernet or Fast Ethernet card to your computer.
Expand All @@ -97,7 +90,6 @@ config PCMCIA_XIRC2PS

config PCMCIA_AXNET
tristate "Asix AX88190 PCMCIA support"
depends on NET_PCMCIA && PCMCIA
---help---
Say Y here if you intend to attach an Asix AX88190-based PCMCIA
(PC-card) Fast Ethernet card to your computer. These cards are
Expand All @@ -109,7 +101,7 @@ config PCMCIA_AXNET

config ARCNET_COM20020_CS
tristate "COM20020 ARCnet PCMCIA support"
depends on NET_PCMCIA && ARCNET_COM20020 && PCMCIA
depends on ARCNET_COM20020
help
Say Y here if you intend to attach this type of ARCnet PCMCIA card
to your computer.
Expand All @@ -119,7 +111,7 @@ config ARCNET_COM20020_CS

config PCMCIA_IBMTR
tristate "IBM PCMCIA tokenring adapter support"
depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA && !64BIT
depends on IBMTR!=y && TR && !64BIT
help
Say Y here if you intend to attach this type of Token Ring PCMCIA
card to your computer. You then also need to say Y to "Token Ring
Expand All @@ -128,5 +120,4 @@ config PCMCIA_IBMTR
To compile this driver as a module, choose M here: the module will be
called ibmtr_cs.

endmenu

endif # NET_PCMCIA

0 comments on commit 9c4007c

Please sign in to comment.