diff options
author | Eliad Peller <eliad@wizery.com> | 2011-05-18 10:24:16 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-06-27 09:15:52 +0200 |
commit | a011130265e999056fe0678a064d828c2fd40174 (patch) | |
tree | 0ebef0e13ef0b91809f7a9a5722afc89b79dfdd4 /drivers/net/wireless/wl12xx/Kconfig | |
parent | wl12xx: Enable beacon early termination in 2.4GHz band only (diff) | |
download | linux-a011130265e999056fe0678a064d828c2fd40174.tar.xz linux-a011130265e999056fe0678a064d828c2fd40174.zip |
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 depends on WL12XX_MENU && GENERIC_HARDIRQS depends on INET select FW_LOADER - select CRC7 ---help--- This module adds support for wireless adapters based on TI wl1271 and TI wl1273 chipsets. This module does *not* include support for wl1251. @@ -33,6 +32,7 @@ config WL12XX_HT config WL12XX_SPI tristate "TI wl12xx SPI support" depends on WL12XX && SPI_MASTER + select CRC7 ---help--- This module adds support for the SPI interface of adapters using TI wl12xx chipsets. Select this if your platform is using |