diff options
| author | Ivo van Doorn <ivdoorn@gmail.com> | 2008-03-09 17:44:54 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 16:02:36 -0400 |
| commit | a7f3a06cbb63a16ad7a1720506591d8d12a03029 (patch) | |
| tree | 8aa483a960b4ac9de30e6e1fcb28fdd900cde247 /drivers/net/wireless/rt2x00/Kconfig | |
| parent | 5f46c4d0537a870f9d9c1fd998aa9d6dac682595 (diff) | |
rt2x00: Move firmware checksumming to driver
rt2x00lib depended on 2 crc algorithms because rt61/rt73
use a different algorithm then rt2800. This means that
even when only 1 algorithm was needed, the dependency was
still present for both.
By moving the checksum generation to the driver we can clean
up 2 annoying flags (which indicated which checksum was required)
and move the dependency to where it belongs: the driver.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index d5240aa06233..4709c11da419 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
| @@ -27,8 +27,6 @@ config RT2X00_LIB_USB | |||
| 27 | config RT2X00_LIB_FIRMWARE | 27 | config RT2X00_LIB_FIRMWARE |
| 28 | boolean | 28 | boolean |
| 29 | depends on RT2X00_LIB | 29 | depends on RT2X00_LIB |
| 30 | select CRC_CCITT | ||
| 31 | select CRC_ITU_T | ||
| 32 | select FW_LOADER | 30 | select FW_LOADER |
| 33 | 31 | ||
| 34 | config RT2X00_LIB_RFKILL | 32 | config RT2X00_LIB_RFKILL |
| @@ -102,6 +100,7 @@ config RT61PCI | |||
| 102 | depends on PCI | 100 | depends on PCI |
| 103 | select RT2X00_LIB_PCI | 101 | select RT2X00_LIB_PCI |
| 104 | select RT2X00_LIB_FIRMWARE | 102 | select RT2X00_LIB_FIRMWARE |
| 103 | select CRC_ITU_T | ||
| 105 | select EEPROM_93CX6 | 104 | select EEPROM_93CX6 |
| 106 | ---help--- | 105 | ---help--- |
| 107 | This is an experimental driver for the Ralink rt61 wireless chip. | 106 | This is an experimental driver for the Ralink rt61 wireless chip. |
| @@ -145,6 +144,7 @@ config RT73USB | |||
| 145 | depends on USB | 144 | depends on USB |
| 146 | select RT2X00_LIB_USB | 145 | select RT2X00_LIB_USB |
| 147 | select RT2X00_LIB_FIRMWARE | 146 | select RT2X00_LIB_FIRMWARE |
| 147 | select CRC_ITU_T | ||
| 148 | ---help--- | 148 | ---help--- |
| 149 | This is an experimental driver for the Ralink rt73 wireless chip. | 149 | This is an experimental driver for the Ralink rt73 wireless chip. |
| 150 | 150 | ||
