From eae6d3beb787a7b0f8576a5e5e1441cce3f96fa2 Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Wed, 7 Dec 2011 22:47:59 +0100 Subject: drivers/mci: add PXA host controller Add a simple PIO based host controller for MMC and SD cards on PXA SoCs. Reads and writes are available, and no usage is made of DMA or IRQs. SPI mode is not supported yet. Signed-off-by: Robert Jarzmik Signed-off-by: Sascha Hauer --- drivers/mci/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mci/Makefile') diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile index d7482dc8a2..0fc31af744 100644 --- a/drivers/mci/Makefile +++ b/drivers/mci/Makefile @@ -4,5 +4,6 @@ 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_PXA) += pxamci.o obj-$(CONFIG_MCI_ATMEL) += atmel_mci.o obj-$(CONFIG_MCI_SPI) += mci_spi.o -- cgit v1.2.3