From: Andrew Morton Cc: Boaz Harrosh Cc: FUJITA Tomonori Signed-off-by: Andrew Morton --- drivers/scsi/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/scsi/Kconfig~bidi-support-scsi_data_buffer-broke-lots-of-stuff drivers/scsi/Kconfig --- a/drivers/scsi/Kconfig~bidi-support-scsi_data_buffer-broke-lots-of-stuff +++ a/drivers/scsi/Kconfig @@ -915,6 +915,7 @@ config SCSI_INIA100 config SCSI_PPA tristate "IOMEGA parallel port (ppa - older drives)" depends on SCSI && PARPORT_PC + depends on BROKEN ---help--- This driver supports older versions of IOMEGA's parallel port ZIP drive (a 100 MB removable media device). @@ -942,6 +943,7 @@ config SCSI_PPA config SCSI_IMM tristate "IOMEGA parallel port (imm - newer drives)" depends on SCSI && PARPORT_PC + depends on BROKEN ---help--- This driver supports newer versions of IOMEGA's parallel port ZIP drive (a 100 MB removable media device). _