Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1282303 > unrolled thread

[PATCH v3 6/8] [MIPS] Enable platform support for Goldfish virtual devices

Started byJin Qian <jinqian@android.com>
First post2015-12-02 20:40 +0100
Last post2015-12-02 20:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 6/8] [MIPS] Enable platform support for Goldfish virtual devices Jin Qian <jinqian@android.com> - 2015-12-02 20:40 +0100

#1282303 — [PATCH v3 6/8] [MIPS] Enable platform support for Goldfish virtual devices

FromJin Qian <jinqian@android.com>
Date2015-12-02 20:40 +0100
Subject[PATCH v3 6/8] [MIPS] Enable platform support for Goldfish virtual devices
Message-ID<qBlpU-35b-27@gated-at.bofh.it>
From: Miodrag Dinic <miodrag.dinic@imgtec.com>

Enable CONFIG_GOLDFISH for MIPS platforms.

Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
Signed-off-by: Jin Qian <jinqian@android.com>
---
 drivers/platform/goldfish/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/goldfish/Kconfig b/drivers/platform/goldfish/Kconfig
index 1ae3690..f4f00f7 100644
--- a/drivers/platform/goldfish/Kconfig
+++ b/drivers/platform/goldfish/Kconfig
@@ -1,6 +1,6 @@
 menuconfig GOLDFISH
 	bool "Platform support for Goldfish virtual devices"
-	depends on X86_32 || X86_64 || ARM || ARM64
+	depends on X86_32 || X86_64 || ARM || ARM64 || MIPS
 	---help---
 	  Say Y here to get to see options for the Goldfish virtual platform.
 	  This option alone does not add any kernel code.
-- 
2.6.0.rc2.230.g3dd15c0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web