You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
25dd0f4073
commit
2e5fc89ac5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user