diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
| -rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 67 |
1 files changed, 65 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 3ca824a91ad9..5239e082cd0f 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
| @@ -64,7 +64,7 @@ config RT2800PCI_SOC | |||
| 64 | default y | 64 | default y |
| 65 | 65 | ||
| 66 | config RT2800PCI | 66 | config RT2800PCI |
| 67 | tristate "Ralink rt2800 (PCI/PCMCIA) support (VERY EXPERIMENTAL)" | 67 | tristate "Ralink rt28xx/rt30xx/rt35xx (PCI/PCIe/PCMCIA) support (EXPERIMENTAL)" |
| 68 | depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL | 68 | depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL |
| 69 | select RT2800_LIB | 69 | select RT2800_LIB |
| 70 | select RT2X00_LIB_PCI if RT2800PCI_PCI | 70 | select RT2X00_LIB_PCI if RT2800PCI_PCI |
| @@ -75,7 +75,7 @@ config RT2800PCI | |||
| 75 | select CRC_CCITT | 75 | select CRC_CCITT |
| 76 | select EEPROM_93CX6 | 76 | select EEPROM_93CX6 |
| 77 | ---help--- | 77 | ---help--- |
| 78 | This adds support for rt2800 wireless chipset family. | 78 | This adds support for rt2800/rt3000/rt3500 wireless chipset family. |
| 79 | Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052 | 79 | Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052 |
| 80 | 80 | ||
| 81 | This driver is non-functional at the moment and is intended for | 81 | This driver is non-functional at the moment and is intended for |
| @@ -83,6 +83,32 @@ config RT2800PCI | |||
| 83 | 83 | ||
| 84 | When compiled as a module, this driver will be called "rt2800pci.ko". | 84 | When compiled as a module, this driver will be called "rt2800pci.ko". |
| 85 | 85 | ||
| 86 | if RT2800PCI | ||
| 87 | |||
| 88 | config RT2800PCI_RT30XX | ||
| 89 | bool "rt2800pci - Include support for rt30xx (PCI/PCIe/PCMCIA) devices" | ||
| 90 | default n | ||
| 91 | ---help--- | ||
| 92 | This adds support for rt30xx wireless chipset family to the | ||
| 93 | rt2800pci driver. | ||
| 94 | Supported chips: RT3090, RT3091 & RT3092 | ||
| 95 | |||
| 96 | Support for these devices is non-functional at the moment and is | ||
| 97 | intended for testers and developers. | ||
| 98 | |||
| 99 | config RT2800PCI_RT35XX | ||
| 100 | bool "rt2800pci - Include support for rt35xx (PCI/PCIe/PCMCIA) devices" | ||
| 101 | default n | ||
| 102 | ---help--- | ||
| 103 | This adds support for rt35xx wireless chipset family to the | ||
| 104 | rt2800pci driver. | ||
| 105 | Supported chips: RT3060, RT3062, RT3562, RT3592 | ||
| 106 | |||
| 107 | Support for these devices is non-functional at the moment and is | ||
| 108 | intended for testers and developers. | ||
| 109 | |||
| 110 | endif | ||
| 111 | |||
| 86 | config RT2500USB | 112 | config RT2500USB |
| 87 | tristate "Ralink rt2500 (USB) support" | 113 | tristate "Ralink rt2500 (USB) support" |
| 88 | depends on USB | 114 | depends on USB |
| @@ -126,6 +152,43 @@ config RT2800USB | |||
| 126 | 152 | ||
| 127 | When compiled as a module, this driver will be called "rt2800usb.ko". | 153 | When compiled as a module, this driver will be called "rt2800usb.ko". |
| 128 | 154 | ||
| 155 | if RT2800USB | ||
| 156 | |||
| 157 | config RT2800USB_RT30XX | ||
| 158 | bool "rt2800usb - Include support for rt30xx (USB) devices" | ||
| 159 | default n | ||
| 160 | ---help--- | ||
| 161 | This adds support for rt30xx wireless chipset family to the | ||
| 162 | rt2800usb driver. | ||
| 163 | Supported chips: RT3070, RT3071 & RT3072 | ||
| 164 | |||
| 165 | Support for these devices is non-functional at the moment and is | ||
| 166 | intended for testers and developers. | ||
| 167 | |||
| 168 | config RT2800USB_RT35XX | ||
| 169 | bool "rt2800usb - Include support for rt35xx (USB) devices" | ||
| 170 | default n | ||
| 171 | ---help--- | ||
| 172 | This adds support for rt35xx wireless chipset family to the | ||
| 173 | rt2800usb driver. | ||
| 174 | Supported chips: RT3572 | ||
| 175 | |||
| 176 | Support for these devices is non-functional at the moment and is | ||
| 177 | intended for testers and developers. | ||
| 178 | |||
| 179 | config RT2800USB_UNKNOWN | ||
| 180 | bool "rt2800usb - Include support for unknown (USB) devices" | ||
| 181 | default n | ||
| 182 | ---help--- | ||
| 183 | This adds support for rt2800 family devices that are known to | ||
| 184 | have a rt2800 family chipset, but for which the exact chipset | ||
| 185 | is unknown. | ||
| 186 | |||
| 187 | Support status for these devices is unknown, and enabling these | ||
| 188 | devices may or may not work. | ||
| 189 | |||
| 190 | endif | ||
| 191 | |||
| 129 | config RT2800_LIB | 192 | config RT2800_LIB |
| 130 | tristate | 193 | tristate |
| 131 | 194 | ||
