| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | menuconfig RT2X00 |
|---|
| 2 | 3 | tristate "Ralink driver support" |
|---|
| 3 | 4 | depends on MAC80211 && HAS_DMA |
|---|
| 4 | | - ---help--- |
|---|
| 5 | + help |
|---|
| 5 | 6 | This will enable the support for the Ralink drivers, |
|---|
| 6 | 7 | developed in the rt2x00 project <http://rt2x00.serialmonkey.com>. |
|---|
| 7 | 8 | |
|---|
| .. | .. |
|---|
| 23 | 24 | select RT2X00_LIB_MMIO |
|---|
| 24 | 25 | select RT2X00_LIB_PCI |
|---|
| 25 | 26 | select EEPROM_93CX6 |
|---|
| 26 | | - ---help--- |
|---|
| 27 | + help |
|---|
| 27 | 28 | This adds support for rt2400 wireless chipset family. |
|---|
| 28 | 29 | Supported chips: RT2460. |
|---|
| 29 | 30 | |
|---|
| .. | .. |
|---|
| 35 | 36 | select RT2X00_LIB_MMIO |
|---|
| 36 | 37 | select RT2X00_LIB_PCI |
|---|
| 37 | 38 | select EEPROM_93CX6 |
|---|
| 38 | | - ---help--- |
|---|
| 39 | + help |
|---|
| 39 | 40 | This adds support for rt2500 wireless chipset family. |
|---|
| 40 | 41 | Supported chips: RT2560. |
|---|
| 41 | 42 | |
|---|
| .. | .. |
|---|
| 50 | 51 | select RT2X00_LIB_CRYPTO |
|---|
| 51 | 52 | select CRC_ITU_T |
|---|
| 52 | 53 | select EEPROM_93CX6 |
|---|
| 53 | | - ---help--- |
|---|
| 54 | + help |
|---|
| 54 | 55 | This adds support for rt2501 wireless chipset family. |
|---|
| 55 | 56 | Supported chips: RT2561, RT2561S & RT2661. |
|---|
| 56 | 57 | |
|---|
| .. | .. |
|---|
| 67 | 68 | select RT2X00_LIB_CRYPTO |
|---|
| 68 | 69 | select CRC_CCITT |
|---|
| 69 | 70 | select EEPROM_93CX6 |
|---|
| 70 | | - ---help--- |
|---|
| 71 | + help |
|---|
| 71 | 72 | This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. |
|---|
| 72 | 73 | Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052, |
|---|
| 73 | 74 | RT3090, RT3091 & RT3092 |
|---|
| .. | .. |
|---|
| 79 | 80 | config RT2800PCI_RT33XX |
|---|
| 80 | 81 | bool "rt2800pci - Include support for rt33xx devices" |
|---|
| 81 | 82 | default y |
|---|
| 82 | | - ---help--- |
|---|
| 83 | + help |
|---|
| 83 | 84 | This adds support for rt33xx wireless chipset family to the |
|---|
| 84 | 85 | rt2800pci driver. |
|---|
| 85 | 86 | Supported chips: RT3390 |
|---|
| .. | .. |
|---|
| 87 | 88 | config RT2800PCI_RT35XX |
|---|
| 88 | 89 | bool "rt2800pci - Include support for rt35xx devices (EXPERIMENTAL)" |
|---|
| 89 | 90 | default y |
|---|
| 90 | | - ---help--- |
|---|
| 91 | + help |
|---|
| 91 | 92 | This adds support for rt35xx wireless chipset family to the |
|---|
| 92 | 93 | rt2800pci driver. |
|---|
| 93 | 94 | Supported chips: RT3060, RT3062, RT3562, RT3592 |
|---|
| 94 | 95 | |
|---|
| 95 | 96 | |
|---|
| 96 | 97 | config RT2800PCI_RT53XX |
|---|
| 97 | | - bool "rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)" |
|---|
| 98 | | - default y |
|---|
| 99 | | - ---help--- |
|---|
| 100 | | - This adds support for rt53xx wireless chipset family to the |
|---|
| 101 | | - rt2800pci driver. |
|---|
| 102 | | - Supported chips: RT5390 |
|---|
| 98 | + bool "rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)" |
|---|
| 99 | + default y |
|---|
| 100 | + help |
|---|
| 101 | + This adds support for rt53xx wireless chipset family to the |
|---|
| 102 | + rt2800pci driver. |
|---|
| 103 | + Supported chips: RT5390 |
|---|
| 103 | 104 | |
|---|
| 104 | 105 | config RT2800PCI_RT3290 |
|---|
| 105 | | - bool "rt2800pci - Include support for rt3290 devices (EXPERIMENTAL)" |
|---|
| 106 | | - default y |
|---|
| 107 | | - ---help--- |
|---|
| 108 | | - This adds support for rt3290 wireless chipset family to the |
|---|
| 109 | | - rt2800pci driver. |
|---|
| 110 | | - Supported chips: RT3290 |
|---|
| 106 | + bool "rt2800pci - Include support for rt3290 devices (EXPERIMENTAL)" |
|---|
| 107 | + default y |
|---|
| 108 | + help |
|---|
| 109 | + This adds support for rt3290 wireless chipset family to the |
|---|
| 110 | + rt2800pci driver. |
|---|
| 111 | + Supported chips: RT3290 |
|---|
| 111 | 112 | endif |
|---|
| 112 | 113 | |
|---|
| 113 | 114 | config RT2500USB |
|---|
| .. | .. |
|---|
| 115 | 116 | depends on USB |
|---|
| 116 | 117 | select RT2X00_LIB_USB |
|---|
| 117 | 118 | select RT2X00_LIB_CRYPTO |
|---|
| 118 | | - ---help--- |
|---|
| 119 | + help |
|---|
| 119 | 120 | This adds support for rt2500 wireless chipset family. |
|---|
| 120 | 121 | Supported chips: RT2571 & RT2572. |
|---|
| 121 | 122 | |
|---|
| .. | .. |
|---|
| 128 | 129 | select RT2X00_LIB_FIRMWARE |
|---|
| 129 | 130 | select RT2X00_LIB_CRYPTO |
|---|
| 130 | 131 | select CRC_ITU_T |
|---|
| 131 | | - ---help--- |
|---|
| 132 | + help |
|---|
| 132 | 133 | This adds support for rt2501 wireless chipset family. |
|---|
| 133 | 134 | Supported chips: RT2571W, RT2573 & RT2671. |
|---|
| 134 | 135 | |
|---|
| .. | .. |
|---|
| 142 | 143 | select RT2X00_LIB_FIRMWARE |
|---|
| 143 | 144 | select RT2X00_LIB_CRYPTO |
|---|
| 144 | 145 | select CRC_CCITT |
|---|
| 145 | | - ---help--- |
|---|
| 146 | + help |
|---|
| 146 | 147 | This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. |
|---|
| 147 | 148 | Supported chips: RT2770, RT2870 & RT3070, RT3071 & RT3072 |
|---|
| 148 | 149 | |
|---|
| .. | .. |
|---|
| 153 | 154 | config RT2800USB_RT33XX |
|---|
| 154 | 155 | bool "rt2800usb - Include support for rt33xx devices" |
|---|
| 155 | 156 | default y |
|---|
| 156 | | - ---help--- |
|---|
| 157 | + help |
|---|
| 157 | 158 | This adds support for rt33xx wireless chipset family to the |
|---|
| 158 | 159 | rt2800usb driver. |
|---|
| 159 | 160 | Supported chips: RT3370 |
|---|
| .. | .. |
|---|
| 161 | 162 | config RT2800USB_RT35XX |
|---|
| 162 | 163 | bool "rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)" |
|---|
| 163 | 164 | default y |
|---|
| 164 | | - ---help--- |
|---|
| 165 | + help |
|---|
| 165 | 166 | This adds support for rt35xx wireless chipset family to the |
|---|
| 166 | 167 | rt2800usb driver. |
|---|
| 167 | 168 | Supported chips: RT3572 |
|---|
| 168 | 169 | |
|---|
| 169 | 170 | config RT2800USB_RT3573 |
|---|
| 170 | 171 | bool "rt2800usb - Include support for rt3573 devices (EXPERIMENTAL)" |
|---|
| 171 | | - ---help--- |
|---|
| 172 | + help |
|---|
| 172 | 173 | This enables support for RT3573 chipset based wireless USB devices |
|---|
| 173 | 174 | in the rt2800usb driver. |
|---|
| 174 | 175 | |
|---|
| 175 | 176 | config RT2800USB_RT53XX |
|---|
| 176 | | - bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)" |
|---|
| 177 | | - ---help--- |
|---|
| 178 | | - This adds support for rt53xx wireless chipset family to the |
|---|
| 179 | | - rt2800usb driver. |
|---|
| 180 | | - Supported chips: RT5370 |
|---|
| 177 | + bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)" |
|---|
| 178 | + help |
|---|
| 179 | + This adds support for rt53xx wireless chipset family to the |
|---|
| 180 | + rt2800usb driver. |
|---|
| 181 | + Supported chips: RT5370 |
|---|
| 181 | 182 | |
|---|
| 182 | 183 | config RT2800USB_RT55XX |
|---|
| 183 | | - bool "rt2800usb - Include support for rt55xx devices (EXPERIMENTAL)" |
|---|
| 184 | | - ---help--- |
|---|
| 185 | | - This adds support for rt55xx wireless chipset family to the |
|---|
| 186 | | - rt2800usb driver. |
|---|
| 187 | | - Supported chips: RT5572 |
|---|
| 184 | + bool "rt2800usb - Include support for rt55xx devices (EXPERIMENTAL)" |
|---|
| 185 | + help |
|---|
| 186 | + This adds support for rt55xx wireless chipset family to the |
|---|
| 187 | + rt2800usb driver. |
|---|
| 188 | + Supported chips: RT5572 |
|---|
| 188 | 189 | |
|---|
| 189 | 190 | config RT2800USB_UNKNOWN |
|---|
| 190 | 191 | bool "rt2800usb - Include support for unknown (USB) devices" |
|---|
| 191 | 192 | default n |
|---|
| 192 | | - ---help--- |
|---|
| 193 | + help |
|---|
| 193 | 194 | This adds support for rt2800usb devices that are known to |
|---|
| 194 | 195 | have a rt28xx family compatible chipset, but for which the exact |
|---|
| 195 | 196 | chipset is unknown. |
|---|
| .. | .. |
|---|
| 208 | 209 | select RT2X00_LIB_FIRMWARE |
|---|
| 209 | 210 | select RT2800_LIB |
|---|
| 210 | 211 | select RT2800_LIB_MMIO |
|---|
| 211 | | - ---help--- |
|---|
| 212 | + help |
|---|
| 212 | 213 | This adds support for Ralink WiSoC devices. |
|---|
| 213 | 214 | Supported chips: RT2880, RT3050, RT3052, RT3350, RT3352. |
|---|
| 214 | 215 | |
|---|
| .. | .. |
|---|
| 255 | 256 | config RT2X00_LIB_DEBUGFS |
|---|
| 256 | 257 | bool "Ralink debugfs support" |
|---|
| 257 | 258 | depends on RT2X00_LIB && MAC80211_DEBUGFS |
|---|
| 258 | | - ---help--- |
|---|
| 259 | + help |
|---|
| 259 | 260 | Enable creation of debugfs files for the rt2x00 drivers. |
|---|
| 260 | 261 | These debugfs files support both reading and writing of the |
|---|
| 261 | 262 | most important register types of the rt2x00 hardware. |
|---|
| .. | .. |
|---|
| 263 | 264 | config RT2X00_DEBUG |
|---|
| 264 | 265 | bool "Ralink debug output" |
|---|
| 265 | 266 | depends on RT2X00_LIB |
|---|
| 266 | | - ---help--- |
|---|
| 267 | + help |
|---|
| 267 | 268 | Enable debugging output for all rt2x00 modules |
|---|
| 268 | 269 | |
|---|
| 269 | 270 | endif |
|---|