Skip to content

Commit

Permalink
MMC: S3C24XX MMC/SD driver.
Browse files Browse the repository at this point in the history
This is the latest S3C MMC/SD driver by Thomas Kleffel
with cleanups as suggested by AKPM done by Ben Dooks.

Signed-off-by: Ben Dooks <[email protected]>
Signed-off-by: Thomas Kleffel <[email protected]>
Signed-off-by: Pierre Ossman <[email protected]>
  • Loading branch information
ThomasKleffel authored and Pierre Ossman committed Jul 15, 2008
1 parent 8f1934c commit be51801
Show file tree
Hide file tree
Showing 5 changed files with 1,441 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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 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 be51801

Please sign in to comment.