summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2016-12-30 15:01:18 +0100
committerTejun Heo2017-01-10 17:11:18 +0100
commit7e11aabd48eb00240b280bf927cba9198664dcf6 (patch)
treec875135bcb342c92e690b763aab63b90020d5418 /drivers/ata/Makefile
parentata: pass queued command to ->sff_data_xfer method (diff)
downloadkernel-qcow2-linux-7e11aabd48eb00240b280bf927cba9198664dcf6.tar.gz
kernel-qcow2-linux-7e11aabd48eb00240b280bf927cba9198664dcf6.tar.xz
kernel-qcow2-linux-7e11aabd48eb00240b280bf927cba9198664dcf6.zip
ata: add Atari Falcon PATA controller driver
Add Atari Falcon PATA controller driver. The major difference when compared to legacy IDE's falconide host driver is that we are using polled PIO mode and thus avoiding the need for STDMA locking magic altogether. Tested under ARAnyM emulator. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index a46e6b784bda..89a0a1915d36 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -93,6 +93,7 @@ obj-$(CONFIG_PATA_WINBOND) += pata_sl82c105.o
obj-$(CONFIG_PATA_AT32) += pata_at32.o
obj-$(CONFIG_PATA_AT91) += pata_at91.o
obj-$(CONFIG_PATA_CMD640_PCI) += pata_cmd640.o
+obj-$(CONFIG_PATA_FALCON) += pata_falcon.o
obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o
obj-$(CONFIG_PATA_IXP4XX_CF) += pata_ixp4xx_cf.o
obj-$(CONFIG_PATA_MPIIX) += pata_mpiix.o