From 85c34d2e7b0e0425cd3efc243ffc4e3631daa0b5 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Mon, 21 Jan 2013 23:43:46 +0000 Subject: 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 plus cleanups by Alan Cox to get it all into 3.6 shape. Signed-off-by: Mike A. Chan [cleaned up and x86 support added] Signed-off-by: Sheng Yang Signed-off-by: Yunhong Jiang Signed-off-by: Xiaohui Xin Signed-off-by: Jun Nakajima Signed-off-by: Bruce Beare [Moved to 3.4] Signed-off-by: Tom Keel [Moved to 3.7] Signed-off-by: Alan Cox Signed-off-by: Chris Ball --- drivers/mmc/host/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/mmc/host/Kconfig') 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 If you have an DAVINCI board with a Multimedia Card slot, say Y or M here. If unsure, say N. +config MMC_GOLDFISH + tristate "goldfish qemu Multimedia Card Interface support" + depends on GOLDFISH + help + This selects the Goldfish Multimedia card Interface emulation + found on the Goldfish Android virtual device emulation. + config MMC_SPI tristate "MMC/SD/SDIO over SPI" depends on SPI_MASTER && !HIGHMEM && HAS_DMA -- cgit v1.2.2