diff options
author | Eliad Peller <eliad@wizery.com> | 2011-05-18 04:24:16 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-06-27 03:15:52 -0400 |
commit | a011130265e999056fe0678a064d828c2fd40174 (patch) | |
tree | 0ebef0e13ef0b91809f7a9a5722afc89b79dfdd4 /drivers/net/wireless/wl12xx/Kconfig | |
parent | 0e44eb209343663ad7041ebf9f5d4c393bd89ae9 (diff) |
wl12xx: remove unused crc7 references
crc7 is used only in wl12xx_spi.
Remove redundant crc7.h includes, and update Kconfig to select CRC7
only if WL12XX_SPI is being selected.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r-- | drivers/net/wireless/wl12xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig index 35ce7b0f4a60..07bcb1548d8b 100644 --- a/drivers/net/wireless/wl12xx/Kconfig +++ b/drivers/net/wireless/wl12xx/Kconfig | |||
@@ -11,7 +11,6 @@ config WL12XX | |||
11 | depends on WL12XX_MENU && GENERIC_HARDIRQS | 11 | depends on WL12XX_MENU && GENERIC_HARDIRQS |
12 | depends on INET | 12 | depends on INET |
13 | select FW_LOADER | 13 | select FW_LOADER |
14 | select CRC7 | ||
15 | ---help--- | 14 | ---help--- |
16 | This module adds support for wireless adapters based on TI wl1271 and | 15 | This module adds support for wireless adapters based on TI wl1271 and |
17 | TI wl1273 chipsets. This module does *not* include support for wl1251. | 16 | TI wl1273 chipsets. This module does *not* include support for wl1251. |
@@ -33,6 +32,7 @@ config WL12XX_HT | |||
33 | config WL12XX_SPI | 32 | config WL12XX_SPI |
34 | tristate "TI wl12xx SPI support" | 33 | tristate "TI wl12xx SPI support" |
35 | depends on WL12XX && SPI_MASTER | 34 | depends on WL12XX && SPI_MASTER |
35 | select CRC7 | ||
36 | ---help--- | 36 | ---help--- |
37 | This module adds support for the SPI interface of adapters using | 37 | This module adds support for the SPI interface of adapters using |
38 | TI wl12xx chipsets. Select this if your platform is using | 38 | TI wl12xx chipsets. Select this if your platform is using |