Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89929
b: refs/heads/master
c: 0d84d78
h: refs/heads/master
i:
  89927: 2771258
v: v3
  • Loading branch information
Randy Dunlap authored and John W. Linville committed Feb 29, 2008
1 parent 2196dfa commit d323251
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: f948db5de53ec49ede377df30eed0642cc213055
refs/heads/master: 0d84d78db5bad848e385cbb1e4ae2ea1f5f27641
16 changes: 8 additions & 8 deletions trunk/drivers/net/wireless/rt2x00/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ config RT2X00
will also be created. That library (when the driver is built as
a module) will be called "rt2x00lib.ko".

if RT2X00

config RT2X00_LIB
tristate
depends on RT2X00

config RT2X00_LIB_PCI
tristate
depends on RT2X00
select RT2X00_LIB

config RT2X00_LIB_USB
tristate
depends on RT2X00
select RT2X00_LIB

config RT2X00_LIB_FIRMWARE
Expand All @@ -47,7 +46,7 @@ config RT2X00_LIB_LEDS

config RT2400PCI
tristate "Ralink rt2400 pci/pcmcia support"
depends on RT2X00 && PCI
depends on PCI
select RT2X00_LIB_PCI
select EEPROM_93CX6
---help---
Expand All @@ -73,7 +72,7 @@ config RT2400PCI_LEDS

config RT2500PCI
tristate "Ralink rt2500 pci/pcmcia support"
depends on RT2X00 && PCI
depends on PCI
select RT2X00_LIB_PCI
select EEPROM_93CX6
---help---
Expand All @@ -99,7 +98,7 @@ config RT2500PCI_LEDS

config RT61PCI
tristate "Ralink rt61 pci/pcmcia support"
depends on RT2X00 && PCI
depends on PCI
select RT2X00_LIB_PCI
select RT2X00_LIB_FIRMWARE
select EEPROM_93CX6
Expand All @@ -126,7 +125,7 @@ config RT61PCI_LEDS

config RT2500USB
tristate "Ralink rt2500 usb support"
depends on RT2X00 && USB
depends on USB
select RT2X00_LIB_USB
---help---
This is an experimental driver for the Ralink rt2500 wireless chip.
Expand All @@ -142,7 +141,7 @@ config RT2500USB_LEDS

config RT73USB
tristate "Ralink rt73 usb support"
depends on RT2X00 && USB
depends on USB
select RT2X00_LIB_USB
select RT2X00_LIB_FIRMWARE
---help---
Expand Down Expand Up @@ -171,3 +170,4 @@ config RT2X00_DEBUG
---help---
Enable debugging output for all rt2x00 modules

endif

0 comments on commit d323251

Please sign in to comment.