From 588b83b29f39bd550f014624f84247a9edaf2a40 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 23 Aug 2005 22:48:07 +0100 Subject: [PATCH] --- yaml --- r: 5975 b: refs/heads/master c: fa53bb650e6747628276e3ab6d98f51d9bfb0573 h: refs/heads/master i: 5973: f73380c721da19e6c1346727bda00d64ea64cc8f 5971: 3efff73ac92c0e752cfb7a7ff5530907f22df791 5967: 78e61a09131c754fcb43a0b226770c83f9028ce1 v: v3 --- [refs] | 2 +- trunk/drivers/scsi/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7b7ce27b2812..6b951a0fff36 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0e6d0d89343ab24ddeb39f8b2ffdd2d4c194427c +refs/heads/master: fa53bb650e6747628276e3ab6d98f51d9bfb0573 diff --git a/trunk/drivers/scsi/Kconfig b/trunk/drivers/scsi/Kconfig index f1e8c4223ed1..12c208fb18c5 100644 --- a/trunk/drivers/scsi/Kconfig +++ b/trunk/drivers/scsi/Kconfig @@ -1696,7 +1696,7 @@ config TT_DMA_EMUL 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 SCSI_MAC_ESP 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 SUN3_SCSI 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.