Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be518018 authored by Thomas Kleffel's avatar Thomas Kleffel Committed by Pierre Ossman
Browse files

MMC: S3C24XX MMC/SD driver.



This is the latest S3C MMC/SD driver by Thomas Kleffel
with cleanups as suggested by AKPM done by Ben Dooks.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarThomas Kleffel <tk@maintech.de>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 8f1934ce
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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