aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
authorThomas Kleffel <tk@maintech.de>2008-06-30 17:40:24 -0400
committerPierre Ossman <drzeus@drzeus.cx>2008-07-15 08:14:46 -0400
commitbe518018c6b9224c02284fb243207ef741c31ec6 (patch)
tree6fc450ca96ff05dc8904f015000be03a5a2ff2ac /drivers/mmc/host/Kconfig
parent8f1934ce784bd8f2eaf06f190526500f7f3f9c74 (diff)
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: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Thomas Kleffel <tk@maintech.de> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index f9cbcb891e99..dc88c03662ab 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -143,3 +143,14 @@ config MMC_SPI
143 143
144 If unsure, or if your system has no SPI master driver, say N. 144 If unsure, or if your system has no SPI master driver, say N.
145 145
146config MMC_S3C
147 tristate "Samsung S3C SD/MMC Card Interface support"
148 depends on ARCH_S3C2410 && MMC
149 help
150 This selects a driver for the MCI interface found in
151 Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
152 If you have a board based on one of those and a MMC/SD
153 slot, say Y or M here.
154
155 If unsure, say N.
156