summaryrefslogtreecommitdiffstats
path: root/drivers/staging/goldfish/Kconfig
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@google.com>2013-01-24 17:50:00 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-24 13:53:23 -0800
commit8e404fffeac7d3985b193edbf860d9d73dec5b6a (patch)
tree054bed5eb4b515120ad3ab86e76d0f95a9c72351 /drivers/staging/goldfish/Kconfig
parent2e82b83dc30e515ca3e03e79d4a398f30d796903 (diff)
downloadlinux-8e404fffeac7d3985b193edbf860d9d73dec5b6a.tar.bz2
goldfish: NAND flash driver
Fold together the NAND driver for Goldfish from Arve with cleanups by Jun Nakajima and a tidy up to 3.7 and checkpatch. This provides a virtual flash driver for the Goldfish Android Virtual Platform, and which is normally used as the root file system when testing emulated devices. Signed-off-by: Mike A. Chan <mikechan@google.com> Signed-off-by: Arve Hjønnevåg <arve@android.com> [Ported to handle x86] 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> [Ported to 3.4] Signed-off-by: Tom Keel <thomas.keel@intel.com> [Ported to 3.7 and tided for checkpatch etc] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/goldfish/Kconfig')
-rw-r--r--drivers/staging/goldfish/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/goldfish/Kconfig b/drivers/staging/goldfish/Kconfig
index 1a3e5768faa9..d6c98d0d81e7 100644
--- a/drivers/staging/goldfish/Kconfig
+++ b/drivers/staging/goldfish/Kconfig
@@ -4,3 +4,9 @@ config GOLDFISH_AUDIO
---help---
Emulated audio channel for the Goldfish Android Virtual Device
+config MTD_GOLDFISH_NAND
+ tristate "Goldfish NAND device"
+ depends on GOLDFISH
+ help
+ Drives the emulated NAND flash device on the Google Goldfish
+ Android virtual device.