diff options
author | San Mehat <san@android.com> | 2009-09-22 19:44:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:32 -0400 |
commit | 9d2bd7383c71d38c60328a3dc8a946eda2013826 (patch) | |
tree | c37b8432be89186a8a6a0751388cf84e7930824f /drivers/mmc/host/Kconfig | |
parent | ccdfe3a66a57f5e36f56101e60946ee341eb5f1b (diff) |
mmc: msm_sdccc: driver for HTC Dream
MMC Driver for HTC Dream. I picked the code up from Google git trees,
removed stuff not strictly necessary, and did a few cleanups. It still
works :-).
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Cc: Brian Swetland <swetland@google.com>
Cc: Pierre Ossman <drzeus-list@drzeus.cx>
Cc: Joe Perches <joe@perches.com>
Cc: Matt Fleming <matt@console-pimps.org>
Cc: Ian Molton <ian@mnementh.co.uk>
Cc: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
Cc: Philip Langdale <philipl@overt.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 891ef18bd77b..34fdfa968fe9 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -199,6 +199,13 @@ config MMC_IMX | |||
199 | 199 | ||
200 | If unsure, say N. | 200 | If unsure, say N. |
201 | 201 | ||
202 | config MMC_MSM7X00A | ||
203 | tristate "Qualcomm MSM 7X00A SDCC Controller Support" | ||
204 | depends on MMC && ARCH_MSM | ||
205 | help | ||
206 | This provides support for the SD/MMC cell found in the | ||
207 | MSM 7X00A controllers from Qualcomm. | ||
208 | |||
202 | config MMC_MXC | 209 | config MMC_MXC |
203 | tristate "Freescale i.MX2/3 Multimedia Card Interface support" | 210 | tristate "Freescale i.MX2/3 Multimedia Card Interface support" |
204 | depends on ARCH_MXC | 211 | depends on ARCH_MXC |