diff options
author | Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com> | 2010-03-10 06:22:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-10 17:44:43 -0500 |
commit | 7c3c76a82f3a6d52bbeabf48dd32109cc951a7cf (patch) | |
tree | 62fdff741de6dd91a1c99faa23ab14af6e150501 /drivers/net/wireless | |
parent | 687c8ff12df6b469c662a6cc288ea35989ee0704 (diff) |
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>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/wl12xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig index 2f6733526f7f..337fc7bec5a5 100644 --- a/drivers/net/wireless/wl12xx/Kconfig +++ b/drivers/net/wireless/wl12xx/Kconfig | |||
@@ -53,7 +53,7 @@ config WL1271 | |||
53 | unsure. | 53 | unsure. |
54 | 54 | ||
55 | config WL1271_SPI | 55 | config WL1271_SPI |
56 | tristate "TI wl1251 SPI support" | 56 | tristate "TI wl1271 SPI support" |
57 | depends on WL1271 && SPI_MASTER | 57 | depends on WL1271 && SPI_MASTER |
58 | ---help--- | 58 | ---help--- |
59 | This module adds support for the SPI interface of adapters using | 59 | This module adds support for the SPI interface of adapters using |
@@ -65,7 +65,7 @@ config WL1271_SPI | |||
65 | 65 | ||
66 | config WL1271_SDIO | 66 | config WL1271_SDIO |
67 | tristate "TI wl1271 SDIO support" | 67 | tristate "TI wl1271 SDIO support" |
68 | depends on WL1271 && MMC | 68 | depends on WL1271 && MMC && ARM |
69 | ---help--- | 69 | ---help--- |
70 | This module adds support for the SDIO interface of adapters using | 70 | This module adds support for the SDIO interface of adapters using |
71 | TI wl1271 chipset. Select this if your platform is using | 71 | TI wl1271 chipset. Select this if your platform is using |