Skip to content

Commit

Permalink
[SCSI] aha152x: Allow use on 64bit systems
Browse files Browse the repository at this point in the history
This is reported to work, known to work on PCMCIA and a code check shows no
problems on the other bits of the code.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Alan Cox authored and James Bottomley committed Jul 20, 2012
1 parent 59057fb commit fa7250d
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 @@ -444,7 +444,7 @@ config SCSI_ACARD

config SCSI_AHA152X
tristate "Adaptec AHA152X/2825 support"
depends on ISA && SCSI && !64BIT
depends on ISA && SCSI
select SCSI_SPI_ATTRS
select CHECK_SIGNATURE
---help---
Expand Down

0 comments on commit fa7250d

Please sign in to comment.