From: Martin Michlmayr <tbm@cyrius.com>
Date: Sat, 19 Jan 2008 18:25:02 +0000
Subject: [arm, mips] Disable Advansys

Florian Lohoff <flo@rfc822.org> reports the following build failure on IP32:

  MODPOST 552 modules
ERROR: "free_dma" [drivers/scsi/advansys.ko] undefined!
make[5]: *** [__modpost] Error 1

But report:
http://www.mail-archive.com/linux-scsi@vger.kernel.org/msg12773.html

--- a/drivers/scsi/Kconfig	2007-12-27 19:16:18.000000000 +0000
+++ b/drivers/scsi/Kconfig	2007-12-27 19:16:58.000000000 +0000
@@ -523,6 +523,7 @@
 	tristate "AdvanSys SCSI support"
 	depends on SCSI && VIRT_TO_BUS
 	depends on ISA || EISA || PCI
+	depends on (!MIPS && !ARM) || BROKEN
 	help
 	  This is a driver for all SCSI host adapters manufactured by
 	  AdvanSys. It is documented in the kernel source in
