David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | menuconfig GOLDFISH |
| 3 | bool "Platform support for Goldfish virtual devices" |
| 4 | depends on X86_32 || X86_64 || ARM || ARM64 || MIPS |
| 5 | depends on HAS_IOMEM |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 6 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 7 | Say Y here to get to see options for the Goldfish virtual platform. |
| 8 | This option alone does not add any kernel code. |
| 9 | |
| 10 | Unless you are building for the Android Goldfish emulator say N here. |
| 11 | |
| 12 | if GOLDFISH |
| 13 | |
| 14 | config GOLDFISH_PIPE |
| 15 | tristate "Goldfish virtual device for QEMU pipes" |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 16 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 17 | This is a virtual device to drive the QEMU pipe interface used by |
| 18 | the Goldfish Android Virtual Device. |
| 19 | |
| 20 | endif # GOLDFISH |