]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Enable platform support for Goldfish virtual devices
authorMiodrag Dinic <miodrag.dinic@imgtec.com>
Wed, 6 Jan 2016 14:06:08 +0000 (14:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2016 07:34:36 +0000 (23:34 -0800)
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>
drivers/platform/goldfish/Kconfig

index 2be762743592d2a353e33450425b31ca0ce397ee..50331e3e54f31f87ed476e27f185b2f2c892931b 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.