diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2006-12-13 09:19:49 -0600 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-03 16:57:38 -0600 |
commit | 9ef3c10e2009d8479b27e3ff39a7779fbca5711c (patch) | |
tree | 9b45b765fc93fe41c0b41754b1848a606a29f81c /drivers/scsi/Kconfig | |
parent | 4ed381ee559ebfab32d3b21896c204992c36179a (diff) | |
download | blackbird-op-linux-9ef3c10e2009d8479b27e3ff39a7779fbca5711c.tar.gz blackbird-op-linux-9ef3c10e2009d8479b27e3ff39a7779fbca5711c.zip |
[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 config SCSI_SEAGATE tristate "Seagate ST-02 and Future Domain TMC-8xx SCSI support" - depends on X86 && ISA && SCSI && BROKEN + depends on X86 && ISA && SCSI ---help--- These are 8-bit SCSI controllers; the ST-01 is also supported by this driver. It is explained in section 3.9 of the SCSI-HOWTO, |