Skip to content

Commit

Permalink
Enable platform support for Goldfish virtual devices
Browse files Browse the repository at this point in the history
Enable CONFIG_GOLDFISH for MIPS platforms.

Signed-off-by: Miodrag Dinic <[email protected]>
Signed-off-by: Jin Qian <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Miodrag Dinic authored and gregkh committed Jan 29, 2016
1 parent 25dd0f4 commit 2e5fc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/goldfish/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2e5fc89

Please sign in to comment.