diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2006-09-29 21:30:05 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-02 06:40:24 +0300 |
commit | 7e45b0e5f6f68d04311ba7813f5f5457c9119640 (patch) | |
tree | 7d7234155679473d5b86d6216dfb34473eb03218 /drivers/ata/Makefile | |
parent | b6ef977b608b01e0f338afd9445cab5436c61e00 (diff) | |
download | linux-7e45b0e5f6f68d04311ba7813f5f5457c9119640.tar.xz |
[PATCH] libata: Winbond support
Winbond 83759A support in non-multichip mode (afaik nobody ever used
multichip mode anyway). The 83759 is not supported by this driver as it
is already handled elsewhere and doens't use the same interfaces.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 72243a677f9b..ff6c6db22baf 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -51,6 +51,7 @@ obj-$(CONFIG_PATA_SERVERWORKS) += pata_serverworks.o obj-$(CONFIG_PATA_SIL680) += pata_sil680.o obj-$(CONFIG_PATA_VIA) += pata_via.o obj-$(CONFIG_PATA_WINBOND) += pata_sl82c105.o +obj-$(CONFIG_PATA_WINBOND_VLB) += pata_winbond.o obj-$(CONFIG_PATA_SIS) += pata_sis.o obj-$(CONFIG_PATA_TRIFLEX) += pata_triflex.o # Should be last but one libata driver |