Skip to content

Commit

Permalink
advansys: depends on VIRT_TO_BUS
Browse files Browse the repository at this point in the history
Fix powerpc allmodconfig build: advansys requires virt_to_bus() but powerpc
doesn't implement it.

Cc: James Bottomley <[email protected]>
Cc: Paul Mackerras <[email protected]>
Acked-by: Matthew Wilcox <[email protected]>
Cc: "David S. Miller" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and Linus Torvalds committed Oct 19, 2007
1 parent 4fa4d23 commit 5089956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ config SCSI_DPT_I2O

config SCSI_ADVANSYS
tristate "AdvanSys SCSI support"
depends on SCSI
depends on SCSI && VIRT_TO_BUS
depends on ISA || EISA || PCI
help
This is a driver for all SCSI host adapters manufactured by
Expand Down

0 comments on commit 5089956

Please sign in to comment.