.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menuconfig GOLDFISH |
---|
2 | 3 | bool "Platform support for Goldfish virtual devices" |
---|
3 | | - depends on X86_32 || X86_64 || ARM || ARM64 || MIPS |
---|
4 | | - depends on HAS_IOMEM |
---|
5 | | - ---help--- |
---|
| 4 | + depends on HAS_IOMEM && HAS_DMA |
---|
| 5 | + help |
---|
6 | 6 | Say Y here to get to see options for the Goldfish virtual platform. |
---|
7 | 7 | This option alone does not add any kernel code. |
---|
8 | 8 | |
---|
.. | .. |
---|
12 | 12 | |
---|
13 | 13 | config GOLDFISH_PIPE |
---|
14 | 14 | tristate "Goldfish virtual device for QEMU pipes" |
---|
15 | | - ---help--- |
---|
| 15 | + help |
---|
16 | 16 | This is a virtual device to drive the QEMU pipe interface used by |
---|
17 | 17 | the Goldfish Android Virtual Device. |
---|
18 | 18 | |
---|