diff options
author | Alan <alan@lxorguk.ukuu.org.uk> | 2007-01-08 16:11:07 +0000 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 17:39:34 -0500 |
commit | 9b14dec5adf47287a2b52fc9fdedd6a0e245daca (patch) | |
tree | 7f668908385c18c957b076797c558033f2e370f5 /drivers/ata/Kconfig | |
parent | 5924b74c1cde5ef0246cf0dfbe689b27ffbe815b (diff) | |
download | linux-stable-9b14dec5adf47287a2b52fc9fdedd6a0e245daca.tar.gz linux-stable-9b14dec5adf47287a2b52fc9fdedd6a0e245daca.tar.bz2 linux-stable-9b14dec5adf47287a2b52fc9fdedd6a0e245daca.zip |
sata_sis: Support for PATA supports
This is quick rework of the patch Uwe proposed but using Kconfig not
ifdefs and user selection to sort out PATA support. Instead of ifdefs and
requiring the user to select both drivers the SATA driver selects the
PATA one.
For neatness I've also moved the extern into the function that uses it.
Signed-off-by: Alan Cox
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index ea102c089222..9e101aa638d1 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -116,11 +116,14 @@ config SATA_SIL24 If unsure, say N. config SATA_SIS - tristate "SiS 964/180 SATA support" + tristate "SiS 964/965/966/180 SATA support" depends on PCI + select PATA_SIS help - This option enables support for SiS Serial ATA 964/180. - + This option enables support for SiS Serial ATA on + SiS 964/965/966/180 and Parallel ATA on SiS 180. + The PATA support for SiS 180 requires additionally to + enable the PATA_SIS driver in the config. If unsure, say N. config SATA_ULI |