aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/goldfish
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-02-07 23:46:38 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-07 17:16:07 -0800
commitf6fcf7f79b971cad61d9f010e750d74df9309517 (patch)
treecee086d364b506762d802141246589a3ae6aae2c /drivers/staging/goldfish
parentstaging/goldfish: Use %zx for printing size_t variables (diff)
downloadlinux-dev-f6fcf7f79b971cad61d9f010e750d74df9309517.tar.xz
linux-dev-f6fcf7f79b971cad61d9f010e750d74df9309517.zip
staging/goldfish: Add MTD dependency to KCONFIG
If CONFIG_MTD is not set goldfish_nand fails to compile with the following linker warnings: drivers/built-in.o: In function `goldfish_nand_remove': goldfish_nand.c:(.text+0x6e7d0e): undefined reference to `mtd_device_unregister' drivers/built-in.o: In function `goldfish_nand_erase': goldfish_nand.c:(.text+0x6e8ba2): undefined reference to `mtd_erase_callback' drivers/built-in.o: In function `goldfish_nand_init_device': goldfish_nand.c:(.text+0x6e8eba): undefined reference to `mtd_device_parse_register' Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/goldfish')
-rw-r--r--drivers/staging/goldfish/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/goldfish/Kconfig b/drivers/staging/goldfish/Kconfig
index d6c98d0d81e7..4e094602437c 100644
--- a/drivers/staging/goldfish/Kconfig
+++ b/drivers/staging/goldfish/Kconfig
@@ -7,6 +7,7 @@ config GOLDFISH_AUDIO
config MTD_GOLDFISH_NAND
tristate "Goldfish NAND device"
depends on GOLDFISH
+ depends on MTD
help
Drives the emulated NAND flash device on the Google Goldfish
Android virtual device.