diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-11-25 07:08:33 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-08-25 19:24:15 -0400 |
commit | 6d981b9a91be29c0deae5ac794a4fe885027032f (patch) | |
tree | 9a485db3c5771caccf82345b1f67de60704ee2ae /drivers/ata/Kconfig | |
parent | aba8a08ded89a74f1ba04ae94ecc98f26e27d41c (diff) | |
download | linux-3.10-6d981b9a91be29c0deae5ac794a4fe885027032f.tar.gz linux-3.10-6d981b9a91be29c0deae5ac794a4fe885027032f.tar.bz2 linux-3.10-6d981b9a91be29c0deae5ac794a4fe885027032f.zip |
libata: remove no longer needed pata_winbond driver
Winbond W83759A controller is fully supported by pata_legacy driver
so remove no longer needed pata_winbond driver.
Leave PATA_WINBOND_VLB config option for compatibility reasons
and teach pata_legacy to preserve the old behavior of pata_winbond
driver.
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 65e3e270837..11ec911016c 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -828,6 +828,7 @@ config PATA_SAMSUNG_CF config PATA_WINBOND_VLB tristate "Winbond W83759A VLB PATA support (Experimental)" depends on ISA && EXPERIMENTAL + select PATA_LEGACY help Support for the Winbond W83759A controller on Vesa Local Bus systems. |