diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2006-12-13 10:19:49 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-03 17:57:38 -0500 |
commit | 9ef3c10e2009d8479b27e3ff39a7779fbca5711c (patch) | |
tree | 9b45b765fc93fe41c0b41754b1848a606a29f81c /drivers/scsi/Kconfig | |
parent | 4ed381ee559ebfab32d3b21896c204992c36179a (diff) |
[SCSI] seagate: remove BROKEN tag
Apparently the driver compiles and runs, so tidy up some macro warnings
and bring it back as unBROKEN.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.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 60f582727185..7869c34a4a3e 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1303,7 +1303,7 @@ config SCSI_LPFC | |||
1303 | 1303 | ||
1304 | config SCSI_SEAGATE | 1304 | config SCSI_SEAGATE |
1305 | tristate "Seagate ST-02 and Future Domain TMC-8xx SCSI support" | 1305 | tristate "Seagate ST-02 and Future Domain TMC-8xx SCSI support" |
1306 | depends on X86 && ISA && SCSI && BROKEN | 1306 | depends on X86 && ISA && SCSI |
1307 | ---help--- | 1307 | ---help--- |
1308 | These are 8-bit SCSI controllers; the ST-01 is also supported by | 1308 | These are 8-bit SCSI controllers; the ST-01 is also supported by |
1309 | this driver. It is explained in section 3.9 of the SCSI-HOWTO, | 1309 | this driver. It is explained in section 3.9 of the SCSI-HOWTO, |