Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 1 | config RT2X00 |
| 2 | tristate "Ralink driver support" |
| 3 | depends on MAC80211 && WLAN_80211 && EXPERIMENTAL |
| 4 | ---help--- |
| 5 | This will enable the experimental support for the Ralink drivers, |
| 6 | developed in the rt2x00 project <http://rt2x00.serialmonkey.com>. |
| 7 | |
Ivo van Doorn | de99ff8 | 2008-02-17 17:34:26 +0100 | [diff] [blame] | 8 | These drivers will make use of the mac80211 stack. |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 9 | |
| 10 | When building one of the individual drivers, the rt2x00 library |
| 11 | will also be created. That library (when the driver is built as |
| 12 | a module) will be called "rt2x00lib.ko". |
| 13 | |
Randy Dunlap | 0d84d78 | 2008-02-10 10:52:52 -0800 | [diff] [blame] | 14 | if RT2X00 |
| 15 | |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 16 | config RT2X00_LIB |
| 17 | tristate |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 18 | |
| 19 | config RT2X00_LIB_PCI |
| 20 | tristate |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 21 | select RT2X00_LIB |
| 22 | |
| 23 | config RT2X00_LIB_USB |
| 24 | tristate |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 25 | select RT2X00_LIB |
| 26 | |
| 27 | config RT2X00_LIB_FIRMWARE |
| 28 | boolean |
| 29 | depends on RT2X00_LIB |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 30 | select FW_LOADER |
| 31 | |
| 32 | config RT2X00_LIB_RFKILL |
| 33 | boolean |
| 34 | depends on RT2X00_LIB |
Randy Dunlap | e76328e4 | 2008-06-11 12:57:58 -0700 | [diff] [blame] | 35 | depends on INPUT |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 36 | select RFKILL |
| 37 | select INPUT_POLLDEV |
| 38 | |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 39 | config RT2X00_LIB_LEDS |
| 40 | boolean |
Randy Dunlap | 6847aa5 | 2008-06-11 13:32:22 -0700 | [diff] [blame] | 41 | depends on RT2X00_LIB && NEW_LEDS |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 42 | |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 43 | config RT2400PCI |
| 44 | tristate "Ralink rt2400 pci/pcmcia support" |
Randy Dunlap | 0d84d78 | 2008-02-10 10:52:52 -0800 | [diff] [blame] | 45 | depends on PCI |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 46 | select RT2X00_LIB_PCI |
| 47 | select EEPROM_93CX6 |
| 48 | ---help--- |
| 49 | This is an experimental driver for the Ralink rt2400 wireless chip. |
| 50 | |
| 51 | When compiled as a module, this driver will be called "rt2400pci.ko". |
| 52 | |
| 53 | config RT2400PCI_RFKILL |
| 54 | bool "RT2400 rfkill support" |
Randy Dunlap | e76328e4 | 2008-06-11 12:57:58 -0700 | [diff] [blame] | 55 | depends on RT2400PCI && INPUT |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 56 | select RT2X00_LIB_RFKILL |
| 57 | ---help--- |
| 58 | This adds support for integrated rt2400 devices that feature a |
| 59 | hardware button to control the radio state. |
| 60 | This feature depends on the RF switch subsystem rfkill. |
| 61 | |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 62 | config RT2400PCI_LEDS |
| 63 | bool "RT2400 leds support" |
Randy Dunlap | 6847aa5 | 2008-06-11 13:32:22 -0700 | [diff] [blame] | 64 | depends on RT2400PCI && NEW_LEDS |
David S. Miller | 201410c | 2008-04-23 03:34:50 -0700 | [diff] [blame] | 65 | select LEDS_CLASS |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 66 | select RT2X00_LIB_LEDS |
| 67 | ---help--- |
| 68 | This adds support for led triggers provided my mac80211. |
| 69 | |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 70 | config RT2500PCI |
| 71 | tristate "Ralink rt2500 pci/pcmcia support" |
Randy Dunlap | 0d84d78 | 2008-02-10 10:52:52 -0800 | [diff] [blame] | 72 | depends on PCI |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 73 | select RT2X00_LIB_PCI |
| 74 | select EEPROM_93CX6 |
| 75 | ---help--- |
| 76 | This is an experimental driver for the Ralink rt2500 wireless chip. |
| 77 | |
| 78 | When compiled as a module, this driver will be called "rt2500pci.ko". |
| 79 | |
| 80 | config RT2500PCI_RFKILL |
| 81 | bool "RT2500 rfkill support" |
Randy Dunlap | e76328e4 | 2008-06-11 12:57:58 -0700 | [diff] [blame] | 82 | depends on RT2500PCI && INPUT |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 83 | select RT2X00_LIB_RFKILL |
| 84 | ---help--- |
| 85 | This adds support for integrated rt2500 devices that feature a |
| 86 | hardware button to control the radio state. |
| 87 | This feature depends on the RF switch subsystem rfkill. |
| 88 | |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 89 | config RT2500PCI_LEDS |
| 90 | bool "RT2500 leds support" |
Randy Dunlap | 6847aa5 | 2008-06-11 13:32:22 -0700 | [diff] [blame] | 91 | depends on RT2500PCI && NEW_LEDS |
David S. Miller | 201410c | 2008-04-23 03:34:50 -0700 | [diff] [blame] | 92 | select LEDS_CLASS |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 93 | select RT2X00_LIB_LEDS |
| 94 | ---help--- |
| 95 | This adds support for led triggers provided my mac80211. |
| 96 | |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 97 | config RT61PCI |
| 98 | tristate "Ralink rt61 pci/pcmcia support" |
Randy Dunlap | 0d84d78 | 2008-02-10 10:52:52 -0800 | [diff] [blame] | 99 | depends on PCI |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 100 | select RT2X00_LIB_PCI |
| 101 | select RT2X00_LIB_FIRMWARE |
Ivo van Doorn | a7f3a06 | 2008-03-09 22:44:54 +0100 | [diff] [blame] | 102 | select CRC_ITU_T |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 103 | select EEPROM_93CX6 |
| 104 | ---help--- |
| 105 | This is an experimental driver for the Ralink rt61 wireless chip. |
| 106 | |
| 107 | When compiled as a module, this driver will be called "rt61pci.ko". |
| 108 | |
| 109 | config RT61PCI_RFKILL |
| 110 | bool "RT61 rfkill support" |
Randy Dunlap | e76328e4 | 2008-06-11 12:57:58 -0700 | [diff] [blame] | 111 | depends on RT61PCI && INPUT |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 112 | select RT2X00_LIB_RFKILL |
| 113 | ---help--- |
| 114 | This adds support for integrated rt61 devices that feature a |
| 115 | hardware button to control the radio state. |
| 116 | This feature depends on the RF switch subsystem rfkill. |
| 117 | |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 118 | config RT61PCI_LEDS |
| 119 | bool "RT61 leds support" |
Randy Dunlap | 6847aa5 | 2008-06-11 13:32:22 -0700 | [diff] [blame] | 120 | depends on RT61PCI && NEW_LEDS |
David S. Miller | 201410c | 2008-04-23 03:34:50 -0700 | [diff] [blame] | 121 | select LEDS_CLASS |
Ivo van Doorn | a9450b7 | 2008-02-03 15:53:40 +0100 | [diff] [blame] | 122 | select RT2X00_LIB_LEDS |
| 123 | ---help--- |
| 124 | This adds support for led triggers provided my mac80211. |
| 125 | |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 126 | config RT2500USB |
| 127 | tristate "Ralink rt2500 usb support" |
Randy Dunlap | 0d84d78 | 2008-02-10 10:52:52 -0800 | [diff] [blame] | 128 | depends on USB |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 129 | select RT2X00_LIB_USB |
| 130 | ---help--- |
| 131 | This is an experimental driver for the Ralink rt2500 wireless chip. |
| 132 | |
| 133 | When compiled as a module, this driver will be called "rt2500usb.ko". |
| 134 | |
Ivo van Doorn | 3b640f2 | 2008-02-03 15:54:11 +0100 | [diff] [blame] | 135 | config RT2500USB_LEDS |
| 136 | bool "RT2500 leds support" |
Randy Dunlap | 6847aa5 | 2008-06-11 13:32:22 -0700 | [diff] [blame] | 137 | depends on RT2500USB && NEW_LEDS |
David S. Miller | 201410c | 2008-04-23 03:34:50 -0700 | [diff] [blame] | 138 | select LEDS_CLASS |
Ivo van Doorn | 3b640f2 | 2008-02-03 15:54:11 +0100 | [diff] [blame] | 139 | select RT2X00_LIB_LEDS |
| 140 | ---help--- |
| 141 | This adds support for led triggers provided my mac80211. |
| 142 | |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 143 | config RT73USB |
| 144 | tristate "Ralink rt73 usb support" |
Randy Dunlap | 0d84d78 | 2008-02-10 10:52:52 -0800 | [diff] [blame] | 145 | depends on USB |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 146 | select RT2X00_LIB_USB |
| 147 | select RT2X00_LIB_FIRMWARE |
Ivo van Doorn | a7f3a06 | 2008-03-09 22:44:54 +0100 | [diff] [blame] | 148 | select CRC_ITU_T |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 149 | ---help--- |
| 150 | This is an experimental driver for the Ralink rt73 wireless chip. |
| 151 | |
| 152 | When compiled as a module, this driver will be called "rt73usb.ko". |
| 153 | |
Ivo van Doorn | 3b640f2 | 2008-02-03 15:54:11 +0100 | [diff] [blame] | 154 | config RT73USB_LEDS |
| 155 | bool "RT73 leds support" |
Randy Dunlap | 6847aa5 | 2008-06-11 13:32:22 -0700 | [diff] [blame] | 156 | depends on RT73USB && NEW_LEDS |
David S. Miller | 201410c | 2008-04-23 03:34:50 -0700 | [diff] [blame] | 157 | select LEDS_CLASS |
Ivo van Doorn | 3b640f2 | 2008-02-03 15:54:11 +0100 | [diff] [blame] | 158 | select RT2X00_LIB_LEDS |
| 159 | ---help--- |
| 160 | This adds support for led triggers provided my mac80211. |
| 161 | |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 162 | config RT2X00_LIB_DEBUGFS |
| 163 | bool "Ralink debugfs support" |
| 164 | depends on RT2X00_LIB && MAC80211_DEBUGFS |
| 165 | ---help--- |
| 166 | Enable creation of debugfs files for the rt2x00 drivers. |
| 167 | These debugfs files support both reading and writing of the |
| 168 | most important register types of the rt2x00 devices. |
| 169 | |
| 170 | config RT2X00_DEBUG |
| 171 | bool "Ralink debug output" |
| 172 | depends on RT2X00_LIB |
| 173 | ---help--- |
| 174 | Enable debugging output for all rt2x00 modules |
| 175 | |
Randy Dunlap | 0d84d78 | 2008-02-10 10:52:52 -0800 | [diff] [blame] | 176 | endif |