summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@csr.com>2010-09-02 14:15:08 +0000
committerChris Ball <cjb@laptop.org>2010-10-23 21:11:11 +0800
commit53f3a9e26ed5a94bd3caf732e7635692cd3c4402 (patch)
tree4324614f7891ff66eea931f146fec64769b9bb1e /drivers/mmc/host/Makefile
parenta36274e0184193e393fb82957925c3981a6b0477 (diff)
downloadop-kernel-dev-53f3a9e26ed5a94bd3caf732e7635692cd3c4402.zip
op-kernel-dev-53f3a9e26ed5a94bd3caf732e7635692cd3c4402.tar.gz
mmc: USB SD Host Controller (USHC) driver
Add a driver for USB SD Host Controller devices. These devices are Cypress Astoria chips with firmware compliant with issue 2 of CSR's USHC specification. [cjb: adapt to block layer deprecation of max_{hw,phys}_segs] Signed-off-by: David Vrabel <david.vrabel@csr.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index 840bcb5..f7fb7eb 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -36,6 +36,7 @@ obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o
obj-$(CONFIG_SDH_BFIN) += bfin_sdh.o
obj-$(CONFIG_MMC_SH_MMCIF) += sh_mmcif.o
obj-$(CONFIG_MMC_JZ4740) += jz4740_mmc.o
+obj-$(CONFIG_MMC_USHC) += ushc.o
obj-$(CONFIG_MMC_SDHCI_PLTFM) += sdhci-platform.o
sdhci-platform-y := sdhci-pltfm.o
OpenPOWER on IntegriCloud