wl1271: the core wl1271 module shouldn't depend on SPI_MASTER

The core wl1271 module can also be used with SDIO, so it should not depend on
SPI_MASTER.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Luciano Coelho 2010-05-24 11:18:18 +03:00 committed by John W. Linville
parent 781608c413
commit f820bc19af
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ config WL1251_SDIO
config WL1271 config WL1271
tristate "TI wl1271 support" tristate "TI wl1271 support"
depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS depends on WL12XX && GENERIC_HARDIRQS
depends on INET depends on INET
select FW_LOADER select FW_LOADER
select CRC7 select CRC7