diff options
author | Rafal Prylowski <prylowski@metasoft.pl> | 2012-04-12 14:13:16 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-22 16:02:34 -0400 |
commit | 2fff27512600f9ad91335577e485a8552edb0abf (patch) | |
tree | eba9659d44dfef5d36c15e41cae91cb45e6a66f1 /drivers/ata/Makefile | |
parent | d70e551c8e1ecb6f20422f8db6bfe6a0049edcb8 (diff) | |
download | linux-3.10-2fff27512600f9ad91335577e485a8552edb0abf.tar.gz linux-3.10-2fff27512600f9ad91335577e485a8552edb0abf.tar.bz2 linux-3.10-2fff27512600f9ad91335577e485a8552edb0abf.zip |
PATA host controller driver for ep93xx
Add PATA host controller driver for ep93xx.
Signed-off-by: Rafal Prylowski <prylowski@metasoft.pl>
Cc: Joao Ramos <joao.ramos@inov.pt>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Sergei Shtylyov <sshtylyov@mvista.com>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 6ece5b7231a..a454a139b1d 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -43,6 +43,7 @@ obj-$(CONFIG_PATA_CS5535) += pata_cs5535.o obj-$(CONFIG_PATA_CS5536) += pata_cs5536.o obj-$(CONFIG_PATA_CYPRESS) += pata_cypress.o obj-$(CONFIG_PATA_EFAR) += pata_efar.o +obj-$(CONFIG_PATA_EP93XX) += pata_ep93xx.o obj-$(CONFIG_PATA_HPT366) += pata_hpt366.o obj-$(CONFIG_PATA_HPT37X) += pata_hpt37x.o obj-$(CONFIG_PATA_HPT3X2N) += pata_hpt3x2n.o |