public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Holger Schurig <h.schurig@mn-logistik.de>
To: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] give SATA its' own menu
Date: Mon, 27 Oct 2003 09:30:20 +0100	[thread overview]
Message-ID: <bnil2s$3ba$1@sea.gmane.org> (raw)
In-Reply-To: 20031026011145.GB23690@vana.vc.cvut.cz

> Will users know that they have to enable SCSI disk & cdrom support to get
> it really to work?
> Petr

It will select SCSI automatically, see the "select SCSI" line.

>  
>> +config SCSI_SATA
>> +    bool "Serial ATA (SATA) support"
>> +    depends on EXPERIMENTAL
>> +    select SCSI
>> +    help
>> +      This driver family supports Serial ATA host controllers
>> +      and devices.
>> +
>> +      If unsure, say N.



If you don't want to select something automatically, you could do it with a
comment-to-the-user:

comment "Serial ATA needs SCSI support"
  depends on !(SCSI && EXPERIMENTAL)
config SCSI_SATA
  bool "Serial ATA (SATA) support"
  depends on SCSI && EXPERIMENTAL


-- 
Try Linux 2.6 from BitKeeper for PXA2x0 CPUs at
http://www.mn-logistik.de/unsupported/linux-2.6/


  reply	other threads:[~2003-10-27  8:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-26  0:15 [2.6 patch] give SATA its' own menu Adrian Bunk
2003-10-26  1:11 ` Petr Vandrovec
2003-10-27  8:30   ` Holger Schurig [this message]
2003-11-10 17:58   ` Adrian Bunk
2003-11-10 18:25     ` Jeff Garzik
2003-11-12  0:05       ` Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='bnil2s$3ba$1@sea.gmane.org' \
    --to=h.schurig@mn-logistik.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox