[PATCH 11/32] staging: brcm80211: Kconfig fix for 'Broadcom I/O order fix'

Arend van Spriel arend at broadcom.com
Fri May 13 09:59:31 UTC 2011


From: Roland Vossen <rvossen at broadcom.com>

Config item 'Broadcom I/O order fix' would pop up during the build process
on non-MIPs platforms.

Cc: devel at linuxdriverproject.org
Cc: linux-wireless at vger.kernel.org
Reviewed-by: Henry Ptasinski <henryp at broadcom.com>
Reviewed-by: Brett Rudley <brudley at broadcom.com>
Signed-off-by: Arend van Spriel <arend at broadcom.com>
---
 drivers/staging/brcm80211/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/brcm80211/Kconfig b/drivers/staging/brcm80211/Kconfig
index a11ffc7..816c1b5 100644
--- a/drivers/staging/brcm80211/Kconfig
+++ b/drivers/staging/brcm80211/Kconfig
@@ -40,7 +40,7 @@ config BRCMDBG
 config BRCM_FIX_IO_ORDER
 	bool "Broadcom I/O order fix"
 	default n
-	depends on BRCMSMAC
+	depends on MIPS && BRCMSMAC
 	---help---
-	  Select this for for platforms running on bcm4706, 4716, 4717 or 4718.
+	  Select this for platforms running on bcm4706, 4716, 4717 or 4718.
 	  It resolves an I/O issue with the PCIe core used in these chips.
-- 
1.7.4.1





More information about the devel mailing list