2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-01-06 14:04:13 +00:00
|
|
|
menuconfig GOLDFISH
|
|
|
|
bool "Platform support for Goldfish virtual devices"
|
2016-01-06 14:06:08 +00:00
|
|
|
depends on X86_32 || X86_64 || ARM || ARM64 || MIPS
|
2016-03-03 08:13:49 +00:00
|
|
|
depends on HAS_IOMEM
|
2019-01-09 02:11:10 +00:00
|
|
|
help
|
2016-01-06 14:04:13 +00:00
|
|
|
Say Y here to get to see options for the Goldfish virtual platform.
|
|
|
|
This option alone does not add any kernel code.
|
|
|
|
|
|
|
|
Unless you are building for the Android Goldfish emulator say N here.
|
|
|
|
|
|
|
|
if GOLDFISH
|
|
|
|
|
2013-01-21 23:48:21 +00:00
|
|
|
config GOLDFISH_PIPE
|
|
|
|
tristate "Goldfish virtual device for QEMU pipes"
|
2019-01-09 02:11:10 +00:00
|
|
|
help
|
2013-01-21 23:48:21 +00:00
|
|
|
This is a virtual device to drive the QEMU pipe interface used by
|
|
|
|
the Goldfish Android Virtual Device.
|
2016-01-06 14:04:13 +00:00
|
|
|
|
|
|
|
endif # GOLDFISH
|