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


Groups > linux.kernel > #1302786

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

From Alan <gnomes@lxorguk.ukuu.org.uk>
Newsgroups linux.kernel
Subject [PATCH 6/8] [MIPS] Enable platform support for Goldfish virtual devices
Date 2016-01-06 15:10 +0100
Message-ID <qNWWK-2bS-25@gated-at.bofh.it> (permalink)
References <qNWWJ-2bS-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
Signed-off-by: Alan Cox <alan@linux.intel.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 2be7627..50331e3 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.

--
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/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 6/8] [MIPS] Enable platform support for Goldfish virtual  devices Alan <gnomes@lxorguk.ukuu.org.uk> - 2016-01-06 15:10 +0100

csiph-web