diff options
author | Alan Cox <alan@linux.intel.com> | 2012-07-12 16:40:15 +0100 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-07-20 08:59:04 +0100 |
commit | fa7250d6945d0f693bef6545682beb7f671f1694 (patch) | |
tree | be8bebb0ef9d5b54774dcf49d33fba5646e9a2d6 /drivers/scsi | |
parent | 59057fbc37178f10a196ab7ec170b80273f75a47 (diff) | |
download | linux-3.10-fa7250d6945d0f693bef6545682beb7f671f1694.tar.gz linux-3.10-fa7250d6945d0f693bef6545682beb7f671f1694.tar.bz2 linux-3.10-fa7250d6945d0f693bef6545682beb7f671f1694.zip |
[SCSI] aha152x: Allow use on 64bit systems
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>
Diffstat (limited to 'drivers/scsi')
-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 6c810dbef7a..74bf1aa7af4 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -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--- |