Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176400
b: refs/heads/master
c: eb962d5
h: refs/heads/master
v: v3
  • Loading branch information
Cliff Cai authored and Linus Torvalds committed Dec 15, 2009
1 parent 12fb8e5 commit aa9f98b
Show file tree
Hide file tree
Showing 4 changed files with 660 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: 74791a2dc8dc2af3feeaf3242d642ff58d33bd30
refs/heads/master: eb962d5bb7da4f25e20e5d448ee3aac394144ff6
19 changes: 19 additions & 0 deletions trunk/drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,22 @@ config MMC_VIA_SDMMC
If you have a controller with this interface, say Y or M here.

If unsure, say N.

config SDH_BFIN
tristate "Blackfin Secure Digital Host support"
depends on MMC && ((BF54x && !BF544) || (BF51x && !BF512))
help
If you say yes here you will get support for the Blackfin on-chip
Secure Digital Host interface. This includes support for MMC and
SD cards.

To compile this driver as a module, choose M here: the
module will be called bfin_sdh.

If unsure, say N.

config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround"
depends on SDH_BFIN
help
If you say yes here SD-Cards may work on the EZkit.
1 change: 1 addition & 0 deletions trunk/drivers/mmc/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o
obj-$(CONFIG_MMC_CB710) += cb710-mmc.o
obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o
obj-$(CONFIG_SDH_BFIN) += bfin_sdh.o

ifeq ($(CONFIG_CB710_DEBUG),y)
CFLAGS-cb710-mmc += -DDEBUG
Expand Down
Loading

0 comments on commit aa9f98b

Please sign in to comment.