projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da04c3
)
[MIPS] Enable platform support for Goldfish virtual devices
author
Miodrag Dinic
<miodrag.dinic@imgtec.com>
Wed, 3 Dec 2014 10:50:50 +0000
(11:50 +0100)
committer
Miodrag 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
patch
|
blob
|
history
diff --git
a/drivers/platform/goldfish/Kconfig
b/drivers/platform/goldfish/Kconfig
index 1ae36907c0bb76acf732abfa75427c3627393906..f4f00f75d267c016b1e1482aa4a7a39f06b29d7d 100644
(file)
--- 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.