aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2013-01-21 18:43:46 -0500
committerChris Ball <cjb@laptop.org>2013-02-24 14:37:04 -0500
commit85c34d2e7b0e0425cd3efc243ffc4e3631daa0b5 (patch)
treec4656a7e8b296c64d35eff63bdcd4ad34eeef1c9 /drivers/mmc/host/Kconfig
parent28c2a62bd53300784b9e6815ae115fb888ac3cfd (diff)
mmc: goldfish: emulated MMC device
This driver handles the virtual MMC device present in the Goldfish emulator. The patch folds together initial work from Mike Lockwood and patches by San Mehat, Jun Nakajima and Tom Keel <thomas.keel@intel.com> plus cleanups by Alan Cox to get it all into 3.6 shape. Signed-off-by: Mike A. Chan <mikechan@google.com> [cleaned up and x86 support added] Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> [Moved to 3.4] Signed-off-by: Tom Keel <thomas.keel@intel.com> [Moved to 3.7] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 66a54aa68e25..961891fe61bb 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -375,6 +375,13 @@ config MMC_DAVINCI
375 If you have an DAVINCI board with a Multimedia Card slot, 375 If you have an DAVINCI board with a Multimedia Card slot,
376 say Y or M here. If unsure, say N. 376 say Y or M here. If unsure, say N.
377 377
378config MMC_GOLDFISH
379 tristate "goldfish qemu Multimedia Card Interface support"
380 depends on GOLDFISH
381 help
382 This selects the Goldfish Multimedia card Interface emulation
383 found on the Goldfish Android virtual device emulation.
384
378config MMC_SPI 385config MMC_SPI
379 tristate "MMC/SD/SDIO over SPI" 386 tristate "MMC/SD/SDIO over SPI"
380 depends on SPI_MASTER && !HIGHMEM && HAS_DMA 387 depends on SPI_MASTER && !HIGHMEM && HAS_DMA