Re: [2.6 patch] give SATA its' own menu

From: Holger Schurig
Date: Mon Oct 27 2003 - 03:31:02 EST


> 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/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/