diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2010-11-13 13:10:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-17 16:18:50 -0500 |
commit | a6a8d66ebaea1e78d779af221bd6f01c5cbe71f5 (patch) | |
tree | 138ef8e9366c4aa58aa6b3187366b97671cb2760 /drivers/net/wireless/rt2x00/Kconfig | |
parent | 46af584d2ea86518c4cdf521903cd93ba6de2ec0 (diff) |
rt2x00: Remove RT30XX Kconfig variables.
Enabling of RT30xx devices via Kconfig variables was introduced when these
devices weren't properly supported yet.
Now that that they are properly supported and functional, we can remove these
Kconfig variables for RT30xx devices and simply enable them whenever rt2800pci
and/or rt2800usb is enabled.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index f2be1d35a5c..a6939ccd68c 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 rt27xx/rt28xx (PCI/PCIe/PCMCIA) support" | 67 | tristate "Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support" |
68 | depends on RT2800PCI_PCI || RT2800PCI_SOC | 68 | depends on RT2800PCI_PCI || RT2800PCI_SOC |
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,21 +75,14 @@ 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 rt27xx/rt28xx wireless chipset family. | 78 | This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. |
79 | Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052 | 79 | Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052, |
80 | RT3090, RT3091 & RT3092 | ||
80 | 81 | ||
81 | When compiled as a module, this driver will be called "rt2800pci.ko". | 82 | When compiled as a module, this driver will be called "rt2800pci.ko". |
82 | 83 | ||
83 | if RT2800PCI | 84 | if RT2800PCI |
84 | 85 | ||
85 | config RT2800PCI_RT30XX | ||
86 | bool "rt2800pci - Include support for rt30xx devices" | ||
87 | default y | ||
88 | ---help--- | ||
89 | This adds support for rt30xx wireless chipset family to the | ||
90 | rt2800pci driver. | ||
91 | Supported chips: RT3090, RT3091 & RT3092 | ||
92 | |||
93 | config RT2800PCI_RT33XX | 86 | config RT2800PCI_RT33XX |
94 | bool "rt2800pci - Include support for rt33xx devices (EXPERIMENTAL)" | 87 | bool "rt2800pci - Include support for rt33xx devices (EXPERIMENTAL)" |
95 | depends on EXPERIMENTAL | 88 | depends on EXPERIMENTAL |
@@ -141,7 +134,7 @@ config RT73USB | |||
141 | When compiled as a module, this driver will be called rt73usb. | 134 | When compiled as a module, this driver will be called rt73usb. |
142 | 135 | ||
143 | config RT2800USB | 136 | config RT2800USB |
144 | tristate "Ralink rt27xx/rt28xx (USB) support" | 137 | tristate "Ralink rt27xx/rt28xx/rt30xx (USB) support" |
145 | depends on USB | 138 | depends on USB |
146 | select RT2800_LIB | 139 | select RT2800_LIB |
147 | select RT2X00_LIB_USB | 140 | select RT2X00_LIB_USB |
@@ -150,21 +143,13 @@ config RT2800USB | |||
150 | select RT2X00_LIB_CRYPTO | 143 | select RT2X00_LIB_CRYPTO |
151 | select CRC_CCITT | 144 | select CRC_CCITT |
152 | ---help--- | 145 | ---help--- |
153 | This adds support for rt27xx/rt28xx wireless chipset family. | 146 | This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. |
154 | Supported chips: RT2770, RT2870 & RT3070. | 147 | Supported chips: RT2770, RT2870 & RT3070, RT3071 & RT3072 |
155 | 148 | ||
156 | When compiled as a module, this driver will be called "rt2800usb.ko". | 149 | When compiled as a module, this driver will be called "rt2800usb.ko". |
157 | 150 | ||
158 | if RT2800USB | 151 | if RT2800USB |
159 | 152 | ||
160 | config RT2800USB_RT30XX | ||
161 | bool "rt2800usb - Include support for rt30xx devices" | ||
162 | default y | ||
163 | ---help--- | ||
164 | This adds support for rt30xx wireless chipset family to the | ||
165 | rt2800usb driver. | ||
166 | Supported chips: RT3070, RT3071 & RT3072 | ||
167 | |||
168 | config RT2800USB_RT33XX | 153 | config RT2800USB_RT33XX |
169 | bool "rt2800usb - Include support for rt33xx devices (EXPERIMENTAL)" | 154 | bool "rt2800usb - Include support for rt33xx devices (EXPERIMENTAL)" |
170 | depends on EXPERIMENTAL | 155 | depends on EXPERIMENTAL |