aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiodrag Dinic <miodrag.dinic@imgtec.com>2015-12-02 11:36:01 -0800
committerKees Cook <keescook@chromium.org>2016-01-11 15:16:35 -0800
commite5311e15ca7816fb875065011bf668f995297289 (patch)
treed439ab6a1ea50e18cf9d05faf2b7cfe026c46037
parente87d00c2bc47250fddff82951963c3d3c838256e (diff)
downloadv4.1-e5311e15ca7816fb875065011bf668f995297289.tar.gz
FROMLIST: Enable platform support for Goldfish virtual devices
Enable CONFIG_GOLDFISH for MIPS platforms. Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com> Signed-off-by: Jin Qian <jinqian@android.com> Bug: 25515960 Patchset: goldfish support Change-Id: I1d8511748c41914c5d054a2fb876e484dbe61bdb Message-Id: <1449084968-30211-6-git-send-email-jinqian@android.com> Signed-off-by: Kees Cook <keescook@chromium.org>
-rw-r--r--drivers/platform/goldfish/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/Kconfig b/drivers/platform/goldfish/Kconfig
index 1ae36907c0b..f4f00f75d26 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.