diff options
author | <jejb@mulgrave.(none)> | 2005-04-03 05:57:48 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-16 21:09:43 -0400 |
commit | 56fece20086ebe32bce2c0d74ceadd516b56baae (patch) | |
tree | 3ce88fad34483bfc393feb2ee5f3a7f4b8a17f0b /drivers/scsi/Kconfig | |
parent | e183b06bf0be6c525867476df186d20f8f1efe54 (diff) |
[PATCH] finally fix 53c700 to use the generic iomem infrastructure
This driver has had it's own different infrastructure for doing this for
ages, but it's time it used the common one.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index d22b32f4662d..718df4c6c3b2 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -942,11 +942,6 @@ config SCSI_NCR_D700 | |||
942 | Unless you have an NCR manufactured machine, the chances are that | 942 | Unless you have an NCR manufactured machine, the chances are that |
943 | you do not have this SCSI card, so say N. | 943 | you do not have this SCSI card, so say N. |
944 | 944 | ||
945 | config 53C700_IO_MAPPED | ||
946 | bool | ||
947 | depends on SCSI_NCR_D700 | ||
948 | default y | ||
949 | |||
950 | config SCSI_LASI700 | 945 | config SCSI_LASI700 |
951 | tristate "HP Lasi SCSI support for 53c700/710" | 946 | tristate "HP Lasi SCSI support for 53c700/710" |
952 | depends on GSC && SCSI | 947 | depends on GSC && SCSI |
@@ -956,11 +951,6 @@ config SCSI_LASI700 | |||
956 | many PA-RISC workstations & servers. If you do not know whether you | 951 | many PA-RISC workstations & servers. If you do not know whether you |
957 | have a Lasi chip, it is safe to say "Y" here. | 952 | have a Lasi chip, it is safe to say "Y" here. |
958 | 953 | ||
959 | config 53C700_MEM_MAPPED | ||
960 | bool | ||
961 | depends on SCSI_LASI700 | ||
962 | default y | ||
963 | |||
964 | config 53C700_LE_ON_BE | 954 | config 53C700_LE_ON_BE |
965 | bool | 955 | bool |
966 | depends on SCSI_LASI700 | 956 | depends on SCSI_LASI700 |