浏览代码

wl1271: Changed wl1271_sdio to be selectable only on ARM

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>
Teemu Paasikivi 16 年之前
父节点
当前提交
7c3c76a82f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/net/wireless/wl12xx/Kconfig

+ 2 - 2
drivers/net/wireless/wl12xx/Kconfig

@@ -53,7 +53,7 @@ config WL1271
 	  unsure.
 	  unsure.
 
 
 config WL1271_SPI
 config WL1271_SPI
-	tristate "TI wl1251 SPI support"
+	tristate "TI wl1271 SPI support"
 	depends on WL1271 && SPI_MASTER
 	depends on WL1271 && SPI_MASTER
 	---help---
 	---help---
 	  This module adds support for the SPI interface of adapters using
 	  This module adds support for the SPI interface of adapters using
@@ -65,7 +65,7 @@ config WL1271_SPI
 
 
 config WL1271_SDIO
 config WL1271_SDIO
 	tristate "TI wl1271 SDIO support"
 	tristate "TI wl1271 SDIO support"
-	depends on WL1271 && MMC
+	depends on WL1271 && MMC && ARM
 	---help---
 	---help---
 	  This module adds support for the SDIO interface of adapters using
 	  This module adds support for the SDIO interface of adapters using
 	  TI wl1271 chipset.  Select this if your platform is using
 	  TI wl1271 chipset.  Select this if your platform is using