Re: [PATCH] libata: fix broken Kconfig setup
From: Matthias Urlichs
Date: Mon Oct 17 2005 - 06:16:54 EST
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 | smurf@xxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/