Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6-block.git] / drivers / net / wireless / rt2x00 / Kconfig
index 1ae11c7f17affe210ed50782611c15f6db99796d..8aab3e6754bdae25d331ca1b0f627d96d6622820 100644 (file)
@@ -77,6 +77,20 @@ config RT73USB
 
          When compiled as a module, this driver will be called rt73usb.
 
+config RT2800USB
+       tristate "Ralink rt2800 (USB) support"
+       depends on USB
+       select RT2X00_LIB_USB
+       select RT2X00_LIB_HT
+       select RT2X00_LIB_FIRMWARE
+       select RT2X00_LIB_CRYPTO
+       select CRC_CCITT
+       ---help---
+         This adds support for rt2800 wireless chipset family.
+         Supported chips: RT2770, RT2870 & RT3070.
+
+         When compiled as a module, this driver will be called "rt2800usb.ko".
+
 config RT2X00_LIB_PCI
        tristate
        select RT2X00_LIB
@@ -88,6 +102,9 @@ config RT2X00_LIB_USB
 config RT2X00_LIB
        tristate
 
+config RT2X00_LIB_HT
+       boolean
+
 config RT2X00_LIB_FIRMWARE
        boolean
        select FW_LOADER