Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218972
b: refs/heads/master
c: 53f3a9e
h: refs/heads/master
v: v3
  • Loading branch information
David Vrabel authored and Chris Ball committed Oct 23, 2010
1 parent a1a58a0 commit 9793082
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a36274e0184193e393fb82957925c3981a6b0477
refs/heads/master: 53f3a9e26ed5a94bd3caf732e7635692cd3c4402
14 changes: 14 additions & 0 deletions trunk/drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,17 @@ config MMC_JZ4740
SoCs.
If you have a board based on such a SoC and with a SD/MMC slot,
say Y or M here.

config MMC_USHC
tristate "USB SD Host Controller (USHC) support"
depends on USB
help
This selects support for USB SD Host Controllers based on
the Cypress Astoria chip with firmware compliant with CSR's
USB SD Host Controller specification (CS-118793-SP).

CSR boards with this device include: USB<>SDIO (M1985v2),
and Ultrasira.

Note: These controllers only support SDIO cards and do not
support MMC or SD memory cards.
1 change: 1 addition & 0 deletions trunk/drivers/mmc/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 9793082

Please sign in to comment.