summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Makefile
diff options
context:
space:
mode:
authorHubert Feurstein <h.feurstein@gmail.com>2011-06-06 19:32:06 +0200
committerHubert Feurstein <h.feurstein@gmail.com>2011-06-16 17:54:12 +0200
commit6cf02124b10df7f312424d53ed053f7ca0bca07f (patch)
treee4e3615e290527a8d30e71e07848ef9536794492 /drivers/mci/Makefile
parent21536365bb0326f1962bb3da310cec7033fa9d0c (diff)
downloadbarebox-6cf02124b10df7f312424d53ed053f7ca0bca07f.tar.gz
barebox-6cf02124b10df7f312424d53ed053f7ca0bca07f.tar.xz
mci: add Atmel AT91 MCI driver
The driver supports push and pull transfers. Tested on at91sam9m10 SoC. Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
Diffstat (limited to 'drivers/mci/Makefile')
-rw-r--r--drivers/mci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile
index 2bb9a93b9a..4fc00461e9 100644
--- a/drivers/mci/Makefile
+++ b/drivers/mci/Makefile
@@ -4,3 +4,4 @@ obj-$(CONFIG_MCI_S3C) += s3c.o
obj-$(CONFIG_MCI_IMX) += imx.o
obj-$(CONFIG_MCI_IMX_ESDHC) += imx-esdhc.o
obj-$(CONFIG_MCI_OMAP_HSMMC) += omap_hsmmc.o
+obj-$(CONFIG_MCI_ATMEL) += atmel_mci.o