2019-05-19 05:07:45 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-01-06 07:04:13 -07:00
|
|
|
menuconfig GOLDFISH
|
|
|
|
bool "Platform support for Goldfish virtual devices"
|
2019-09-24 23:37:56 -07:00
|
|
|
depends on HAS_IOMEM && HAS_DMA
|
2024-02-04 01:10:04 -07:00
|
|
|
default X86_GOLDFISH
|
2019-01-08 19:11:10 -07:00
|
|
|
help
|
2016-01-06 07:04:13 -07: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 16:48:21 -07:00
|
|
|
config GOLDFISH_PIPE
|
|
|
|
tristate "Goldfish virtual device for QEMU pipes"
|
2019-01-08 19:11:10 -07:00
|
|
|
help
|
2013-01-21 16:48:21 -07:00
|
|
|
This is a virtual device to drive the QEMU pipe interface used by
|
|
|
|
the Goldfish Android Virtual Device.
|
2016-01-06 07:04:13 -07:00
|
|
|
|
|
|
|
endif # GOLDFISH
|