non-modular scsi drivers depend on built-in scsi
Signed-off-by: Al Viro <[EMAIL PROTECTED]> ---- diff -urN RC13-rc6-git13-oss-pci/drivers/scsi/Kconfig RC13-rc6-git13-scsi-modular/drivers/scsi/Kconfig --- RC13-rc6-git13-oss-pci/drivers/scsi/Kconfig 2005-08-10 10:37:50.000000000 -0400 +++ RC13-rc6-git13-scsi-modular/drivers/scsi/Kconfig 2005-08-21 13:17:42.000000000 -0400 @@ -1696,7 +1696,7 @@ config MAC_SCSI bool "Macintosh NCR5380 SCSI" - depends on MAC && SCSI + depends on MAC && SCSI=y help This is the NCR 5380 SCSI controller included on most of the 68030 based Macintoshes. If you have one of these say Y and read the @@ -1717,7 +1717,7 @@ config MVME147_SCSI bool "WD33C93 SCSI driver for MVME147" - depends on MVME147 && SCSI + depends on MVME147 && SCSI=y help Support for the on-board SCSI controller on the Motorola MVME147 single-board computer. @@ -1758,7 +1758,7 @@ config SUN3X_ESP bool "Sun3x ESP SCSI" - depends on SUN3X && SCSI + depends on SUN3X && SCSI=y help The ESP was an on-board SCSI controller used on Sun 3/80 machines. Say Y here to compile in support for it. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/