[MIPS] Enable platform support for Goldfish virtual devices
authorMiodrag Dinic <miodrag.dinic@imgtec.com>
Wed, 3 Dec 2014 10:50:50 +0000 (11:50 +0100)
committerMiodrag Dinic <miodrag.dinic@imgtec.com>
Wed, 3 Dec 2014 16:13:34 +0000 (17:13 +0100)
Enable CONFIG_GOLDFISH for MIPS platforms.

Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
drivers/platform/goldfish/Kconfig

index 1ae36907c0bb76acf732abfa75427c3627393906..f4f00f75d267c016b1e1482aa4a7a39f06b29d7d 100644 (file)
@@ -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.