diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-10-19 02:39:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:33 -0400 |
commit | 50899561aa15b9227009ae40e58852c32fc81944 (patch) | |
tree | 2751a3a632a3be252cecf6245837c8687a01befb /drivers/scsi/Kconfig | |
parent | 4fa4d23fa20de67df919030c1216295664866ad7 (diff) |
advansys: depends on VIRT_TO_BUS
Fix powerpc allmodconfig build: advansys requires virt_to_bus() but powerpc
doesn't implement it.
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: Matthew Wilcox <willy@linux.intel.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 30905cebefbb..a5763c6e9362 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -521,7 +521,7 @@ config SCSI_DPT_I2O | |||
521 | 521 | ||
522 | config SCSI_ADVANSYS | 522 | config SCSI_ADVANSYS |
523 | tristate "AdvanSys SCSI support" | 523 | tristate "AdvanSys SCSI support" |
524 | depends on SCSI | 524 | depends on SCSI && VIRT_TO_BUS |
525 | depends on ISA || EISA || PCI | 525 | depends on ISA || EISA || PCI |
526 | help | 526 | help |
527 | This is a driver for all SCSI host adapters manufactured by | 527 | This is a driver for all SCSI host adapters manufactured by |