0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig GOLDFISH
0003 bool "Platform support for Goldfish virtual devices"
0004 depends on HAS_IOMEM && HAS_DMA
0005 help
0006 Say Y here to get to see options for the Goldfish virtual platform.
0007 This option alone does not add any kernel code.
0008
0009 Unless you are building for the Android Goldfish emulator say N here.
0010
0011 if GOLDFISH
0012
0013 config GOLDFISH_PIPE
0014 tristate "Goldfish virtual device for QEMU pipes"
0015 help
0016 This is a virtual device to drive the QEMU pipe interface used by
0017 the Goldfish Android Virtual Device.
0018
0019 endif # GOLDFISH