lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 10 Mar 2010 13:22:31 +0200
From:	Luciano Coelho <luciano.coelho@...ia.com>
To:	linville@...driver.com
Cc:	sfr@...b.auug.org.au, linux-wireless@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-next@...r.kernel.org,
	ext-teemu.3.paasikivi@...ia.com
Subject: [PATCH] wl1271: Changed wl1271_sdio to be selectable only on ARM

From: Teemu Paasikivi <ext-teemu.3.paasikivi@...ia.com>

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@...b.auug.org.au>
Signed-off-by: Teemu Paasikivi <ext-teemu.3.paasikivi@...ia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@...ia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@...ia.com>
---
 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 2f67335..337fc7b 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -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
@@ -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
-- 
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ