Hi, Jeff Garzik wrote:
> 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 | [email protected]
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]