blob: f3d09b1631e3e9856f92bbe0bd708d63e0e270d0 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Greg Hackmannbd2f3482016-01-06 14:04:13 +00002menuconfig GOLDFISH
3 bool "Platform support for Goldfish virtual devices"
Anup Pateld52accc2019-09-25 06:37:56 +00004 depends on HAS_IOMEM && HAS_DMA
Roman Kiryanovdcf9b502019-01-08 18:11:10 -08005 help
Greg Hackmannbd2f3482016-01-06 14:04:13 +00006 Say Y here to get to see options for the Goldfish virtual platform.
7 This option alone does not add any kernel code.
8
9 Unless you are building for the Android Goldfish emulator say N here.
10
11if GOLDFISH
12
David 'Digit' Turnerc89f2752013-01-21 23:48:21 +000013config GOLDFISH_PIPE
14 tristate "Goldfish virtual device for QEMU pipes"
Roman Kiryanovdcf9b502019-01-08 18:11:10 -080015 help
David 'Digit' Turnerc89f2752013-01-21 23:48:21 +000016 This is a virtual device to drive the QEMU pipe interface used by
17 the Goldfish Android Virtual Device.
Greg Hackmannbd2f3482016-01-06 14:04:13 +000018
19endif # GOLDFISH