diff options
author | Jiri Slaby <jslaby@suse.cz> | 2010-09-24 16:07:51 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-07 18:23:33 -0400 |
commit | 4ebcfb929b6be63bacdba34f6aae0f5b51432d2c (patch) | |
tree | ad395f435e9661b0d391a230d1b396b7ebcacdfc /drivers/scsi | |
parent | 69723d178da97b09ae8996f60fbf2f0cf68d6d61 (diff) |
[SCSI] aha152x: enable PCMCIA on 64bit
It was disabled when x86_64 was introduced, but it is reported to be
working on 64bit by two different people, so let's enable it back
again.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: "Juergen E. Fischer" <fischer@norbit.de>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/pcmcia/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/pcmcia/Kconfig b/drivers/scsi/pcmcia/Kconfig index 53857c6b6d4d..ecc855c550aa 100644 --- a/drivers/scsi/pcmcia/Kconfig +++ b/drivers/scsi/pcmcia/Kconfig | |||
@@ -11,7 +11,6 @@ if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m | |||
11 | 11 | ||
12 | config PCMCIA_AHA152X | 12 | config PCMCIA_AHA152X |
13 | tristate "Adaptec AHA152X PCMCIA support" | 13 | tristate "Adaptec AHA152X PCMCIA support" |
14 | depends on !64BIT | ||
15 | select SCSI_SPI_ATTRS | 14 | select SCSI_SPI_ATTRS |
16 | help | 15 | help |
17 | Say Y here if you intend to attach this type of PCMCIA SCSI host | 16 | Say Y here if you intend to attach this type of PCMCIA SCSI host |