Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171000
b: refs/heads/master
c: a9b3a9f
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Oct 27, 2009
1 parent caa7e4c commit 67b1340
Show file tree
Hide file tree
Showing 6 changed files with 5,318 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d78d34ba2d4a044983b599a697dc1d71af38c96
refs/heads/master: a9b3a9f7214b3acc56330c2257aeaa5fa85bf520
26 changes: 26 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,32 @@ config RT61PCI

When compiled as a module, this driver will be called rt61pci.

config RT2800PCI_PCI
tristate
depends on PCI
default y

config RT2800PCI_SOC
tristate
depends on RALINK_RT288X || RALINK_RT305X
default y

config RT2800PCI
tristate "Ralink rt2800 (PCI/PCMCIA) support"
depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL
select RT2X00_LIB_PCI if RT2800PCI_PCI
select RT2X00_LIB_SOC if RT2800PCI_SOC
select RT2X00_LIB_HT
select RT2X00_LIB_FIRMWARE
select RT2X00_LIB_CRYPTO
select CRC_CCITT
select EEPROM_93CX6
---help---
This adds support for rt2800 wireless chipset family.
Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052

When compiled as a module, this driver will be called "rt2800pci.ko".

config RT2500USB
tristate "Ralink rt2500 (USB) support"
depends on USB
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/rt2x00/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ obj-$(CONFIG_RT2X00_LIB_USB) += rt2x00usb.o
obj-$(CONFIG_RT2400PCI) += rt2400pci.o
obj-$(CONFIG_RT2500PCI) += rt2500pci.o
obj-$(CONFIG_RT61PCI) += rt61pci.o
obj-$(CONFIG_RT2800PCI) += rt2800pci.o
obj-$(CONFIG_RT2500USB) += rt2500usb.o
obj-$(CONFIG_RT73USB) += rt73usb.o
obj-$(CONFIG_RT2800USB) += rt2800usb.o
Loading

0 comments on commit 67b1340

Please sign in to comment.