From: Roland Vossen <[email protected]> Config item 'Broadcom I/O order fix' would pop up during the build process on non-MIPs platforms.
Cc: [email protected] Cc: [email protected] Reviewed-by: Henry Ptasinski <[email protected]> Reviewed-by: Brett Rudley <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> --- 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 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
