Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932268AbVJQLPW (ORCPT ); Mon, 17 Oct 2005 07:15:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932269AbVJQLPW (ORCPT ); Mon, 17 Oct 2005 07:15:22 -0400 Received: from main.gmane.org ([80.91.229.2]:40419 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S932268AbVJQLPW (ORCPT ); Mon, 17 Oct 2005 07:15:22 -0400 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Matthias Urlichs Subject: Re: [PATCH] libata: fix broken Kconfig setup Date: Mon, 17 Oct 2005 13:10:05 +0200 Organization: {M:U} IT Consulting Message-ID: References: <20051017044606.GA1266@havoc.gtf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: run.smurf.noris.de X-Face: '&-&kxR\8+Pqalw@VzN\p?]]eIYwRDxvrwEM config SCSI_SATA > - tristate "Serial ATA (SATA) support" > + bool "Serial ATA (SATA) support" > depends on SCSI In other words, if SCSI is false then SCSI_SATA is false too. So why are you doing > +if SCSI_SATA > + > config SCSI_SATA_AHCI > tristate "AHCI SATA support" > - depends on SCSI_SATA && PCI > + depends on SCSI && PCI and not just + depends on PCI ? -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | smurf@smurf.noris.de Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - If you go out of your mind, do it quietly, so as not to disturb those around you. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/