From: Alan Cox Date: Thu, 12 Jul 2012 15:40:15 +0000 (+0100) Subject: [SCSI] aha152x: Allow use on 64bit systems X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fa7250d6945d0f693bef6545682beb7f671f1694;p=linux-beck.git [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 Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 6c810dbef7ae..74bf1aa7af46 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---