Skip to content

Commit

Permalink
wl1271: Changed wl1271_sdio to be selectable only on ARM
Browse files Browse the repository at this point in the history
As wl1271_sdio implementation depends on ARM GPIO impelementation it is
not directly usable on other architectures at the moment. Added
ARM dependency to kernel configuration option.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Teemu Paasikivi authored and John W. Linville committed Mar 10, 2010
1 parent 687c8ff commit 7c3c76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/wl12xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ config WL1271
unsure.

config WL1271_SPI
tristate "TI wl1251 SPI support"
tristate "TI wl1271 SPI support"
depends on WL1271 && SPI_MASTER
---help---
This module adds support for the SPI interface of adapters using
Expand All @@ -65,7 +65,7 @@ config WL1271_SPI

config WL1271_SDIO
tristate "TI wl1271 SDIO support"
depends on WL1271 && MMC
depends on WL1271 && MMC && ARM
---help---
This module adds support for the SDIO interface of adapters using
TI wl1271 chipset. Select this if your platform is using
Expand Down

0 comments on commit 7c3c76a

Please sign in to comment.