summaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish/Kconfig
diff options
context:
space:
mode:
authorMiodrag Dinic <miodrag.dinic@imgtec.com>2016-01-06 14:06:08 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-28 23:34:36 -0800
commit2e5fc89ac5a0b1460316f19b21c38284949daf38 (patch)
treed47d4bcac0c4ce44465d90893b1518d30fbd76d9 /drivers/platform/goldfish/Kconfig
parent25dd0f407307c54de5025250ca1dfbd4bdbb2fba (diff)
downloadlinux-2e5fc89ac5a0b1460316f19b21c38284949daf38.tar.bz2
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> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform/goldfish/Kconfig')
-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 2be762743592..50331e3e54f3 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.