diff options
author | Khalid Aziz <khalid.aziz@oracle.com> | 2013-05-16 21:44:14 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-06-26 21:32:47 -0400 |
commit | 391e2f25601e34a7d7e5dc155e487bc58dffd8c6 (patch) | |
tree | 11960063d6d30dfb69344a9aa955842542f59b8b /drivers/scsi/Kconfig | |
parent | 839cb99e8f748391059d10388c8aea48a88c142c (diff) |
[SCSI] BusLogic: Port driver to 64-bit.
[jejb: fix up pointer to int cast warning]
Signed-off-by: Khalid Aziz <khalid.aziz@oracle.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-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 86af29f53bbe..48b2918e0d65 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -633,7 +633,7 @@ config SCSI_BUSLOGIC | |||
633 | 633 | ||
634 | config SCSI_FLASHPOINT | 634 | config SCSI_FLASHPOINT |
635 | bool "FlashPoint support" | 635 | bool "FlashPoint support" |
636 | depends on SCSI_BUSLOGIC && PCI && X86_32 | 636 | depends on SCSI_BUSLOGIC && PCI |
637 | help | 637 | help |
638 | This option allows you to add FlashPoint support to the | 638 | This option allows you to add FlashPoint support to the |
639 | BusLogic SCSI driver. The FlashPoint SCCB Manager code is | 639 | BusLogic SCSI driver. The FlashPoint SCCB Manager code is |