Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102192
b: refs/heads/master
c: be51801
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Kleffel authored and Pierre Ossman committed Jul 15, 2008
1 parent 62cbd1b commit 46e0518
Show file tree
Hide file tree
Showing 6 changed files with 1,442 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f1934ce784bd8f2eaf06f190526500f7f3f9c74
refs/heads/master: be518018c6b9224c02284fb243207ef741c31ec6
11 changes: 11 additions & 0 deletions trunk/drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,14 @@ config MMC_SPI

If unsure, or if your system has no SPI master driver, say N.

config MMC_S3C
tristate "Samsung S3C SD/MMC Card Interface support"
depends on ARCH_S3C2410 && MMC
help
This selects a driver for the MCI interface found in
Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
If you have a board based on one of those and a MMC/SD
slot, say Y or M here.

If unsure, say N.

2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ obj-$(CONFIG_MMC_OMAP) += omap.o
obj-$(CONFIG_MMC_AT91) += at91_mci.o
obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
obj-$(CONFIG_MMC_SPI) += mmc_spi.o

obj-$(CONFIG_MMC_S3C) += s3cmci.o
Loading

0 comments on commit 46e0518

Please sign in to comment.