From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: 2.6.3 CONFIG_SCSI_AIC7 X X X Kconfig bug Date: Thu, 11 Mar 2004 14:18:11 +0100 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20040311131811.GA21286@suse.de> References: <20040308211148.08cd89ff.rddunlap@xenotime.net> <20040311124646.GG2148@parcelfarce.linux.theplanet.co.uk> <20040311125333.GC19457@suse.de> <20040311131040.GH2148@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from ns.suse.de ([195.135.220.2]:22742 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S261238AbUCKNSM (ORCPT ); Thu, 11 Mar 2004 08:18:12 -0500 Content-Disposition: inline In-Reply-To: <20040311131040.GH2148@parcelfarce.linux.theplanet.co.uk> List-Id: linux-scsi@vger.kernel.org To: Matthew Wilcox Cc: "Randy.Dunlap" , linux-scsi@vger.kernel.org, jejb , gibbs@scsiguy.com On Thu, Mar 11, Matthew Wilcox wrote: > On Thu, Mar 11, 2004 at 01:53:33PM +0100, Olaf Hering wrote: > > On Thu, Mar 11, Matthew Wilcox wrote: > >=20 > > > =20 > > > config SCSI_SATA > > > bool "Serial ATA (SATA) support" > > > - depends on SCSI && EXPERIMENTAL > > > + depends on EXPERIMENTAL > > > help > > > This driver family supports Serial ATA host controllers > > > and devices. > > > @@ -397,7 +397,7 @@ config SCSI_SATA > > > =20 > > > config SCSI_SATA_SVW > > > tristate "ServerWorks Frodo / Apple K2 SATA support (EXPERIMENT= AL)" > > > - depends on SCSI_SATA && PCI && EXPERIMENTAL > > > + depends on SCSI_SATA && PCI && (X86 || PPC) && EXPERIMENTAL > >=20 > > how do you handle the SCSI=3Dm here? sata remains =3Dy. I havent tr= ied to > > load scsi_mod and sd_mod, is SCSI=3Dm supposed to work for SATA? >=20 > Putting the 'depends on SCSI' attribute on the menu means it applies = to > every item in the menu. So if SCSI=3Dm, SCSI_SATA would also be cons= trained > to 'm' or 'n'. even with 'bool' instead ot 'tristate'? --=20 USB is for mice, FireWire is for men! sUse lINUX ag, n=C3=9CRNBERG - To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html