summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-05 16:26:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-07 12:19:45 +0100
commit358ba37082ee094f89abaab63c1272fc50ac1f9f (patch)
treeea796edc5bff6c33d336e2b516563176052049aa /drivers/ata/Makefile
parent9dfc9a8e752fe511fe2e844f522c8a5b059bedef (diff)
downloadbarebox-358ba37082ee094f89abaab63c1272fc50ac1f9f.tar.gz
barebox-358ba37082ee094f89abaab63c1272fc50ac1f9f.tar.xz
ata: Add ahci support
This adds ahci controller support based on U-Boot ahci support. Unlike U-Boot we do not push the SCSI layer in between, but use the ata interface directly. Tested on a Freescale i.MX53. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 e27299e442..7fbef325b7 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -3,6 +3,7 @@
obj-$(CONFIG_DISK_BIOS) += disk_bios_drive.o
obj-$(CONFIG_DISK_IDE_SFF) += ide-sff.o
obj-$(CONFIG_DISK_ATA) += disk_ata_drive.o
+obj-$(CONFIG_DISK_AHCI) += ahci.o
# interface types