Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Greg Hackmann | bd2f348 | 2016-01-06 14:04:13 +0000 | [diff] [blame] | 2 | menuconfig GOLDFISH |
| 3 | bool "Platform support for Goldfish virtual devices" |
Anup Patel | d52accc | 2019-09-25 06:37:56 +0000 | [diff] [blame] | 4 | depends on HAS_IOMEM && HAS_DMA |
Roman Kiryanov | dcf9b50 | 2019-01-08 18:11:10 -0800 | [diff] [blame] | 5 | help |
Greg Hackmann | bd2f348 | 2016-01-06 14:04:13 +0000 | [diff] [blame] | 6 | 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 | |
| 11 | if GOLDFISH |
| 12 | |
David 'Digit' Turner | c89f275 | 2013-01-21 23:48:21 +0000 | [diff] [blame] | 13 | config GOLDFISH_PIPE |
| 14 | tristate "Goldfish virtual device for QEMU pipes" |
Roman Kiryanov | dcf9b50 | 2019-01-08 18:11:10 -0800 | [diff] [blame] | 15 | help |
David 'Digit' Turner | c89f275 | 2013-01-21 23:48:21 +0000 | [diff] [blame] | 16 | This is a virtual device to drive the QEMU pipe interface used by |
| 17 | the Goldfish Android Virtual Device. |
Greg Hackmann | bd2f348 | 2016-01-06 14:04:13 +0000 | [diff] [blame] | 18 | |
| 19 | endif # GOLDFISH |