diff options
author | Miodrag Dinic <miodrag.dinic@imgtec.com> | 2016-01-06 17:06:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-01-29 10:34:36 +0300 |
commit | 2e5fc89ac5a0b1460316f19b21c38284949daf38 (patch) | |
tree | d47d4bcac0c4ce44465d90893b1518d30fbd76d9 /drivers/platform/goldfish | |
parent | 25dd0f407307c54de5025250ca1dfbd4bdbb2fba (diff) | |
download | linux-2e5fc89ac5a0b1460316f19b21c38284949daf38.tar.xz |
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')
-rw-r--r-- | drivers/platform/goldfish/Kconfig | 2 |
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. |