diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2011-10-13 15:11:39 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-10-14 13:25:24 -0400 |
commit | 0dcd0a76370a526d4bc844d82d54c717eb40e042 (patch) | |
tree | 26a360038a11850c6cb260c77a147214a46beb43 /drivers/ata/Kconfig | |
parent | 4780c0b25e3f9d77122fb03ca000d3aa53992677 (diff) | |
download | linux-3.10-0dcd0a76370a526d4bc844d82d54c717eb40e042.tar.gz linux-3.10-0dcd0a76370a526d4bc844d82d54c717eb40e042.tar.bz2 linux-3.10-0dcd0a76370a526d4bc844d82d54c717eb40e042.zip |
libata: remove no longer needed pata_qdi driver
QDI65x0 controllers are fully supported by pata_legacy driver
so remove no longer needed pata_qdi driver.
Leave PATA_QDI config option for compatibility reasons and teach
pata_legacy to preserve the old behavior of pata_qdi driver.
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index c6ef9d0cf37..6bdedd7cca2 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -831,6 +831,7 @@ config PATA_OF_PLATFORM config PATA_QDI tristate "QDI VLB PATA support" depends on ISA + select PATA_LEGACY help Support for QDI 6500 and 6580 PATA controllers on VESA local bus. |