Greg Hackmann | bd2f348 | 2016-01-06 14:04:13 +0000 | [diff] [blame] | 1 | menuconfig GOLDFISH |
| 2 | bool "Platform support for Goldfish virtual devices" |
Miodrag Dinic | 2e5fc89 | 2016-01-06 14:06:08 +0000 | [diff] [blame] | 3 | depends on X86_32 || X86_64 || ARM || ARM64 || MIPS |
Krzysztof Kozlowski | 1661753 | 2016-03-03 17:13:49 +0900 | [diff] [blame] | 4 | depends on HAS_IOMEM |
Greg Hackmann | bd2f348 | 2016-01-06 14:04:13 +0000 | [diff] [blame] | 5 | ---help--- |
| 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 | |
| 13 | config GOLDFISH_BUS |
| 14 | bool "Goldfish platform bus" |
| 15 | ---help--- |
| 16 | This is a virtual bus to host Goldfish Android Virtual Devices. |
| 17 | |
David 'Digit' Turner | c89f275 | 2013-01-21 23:48:21 +0000 | [diff] [blame] | 18 | config GOLDFISH_PIPE |
| 19 | tristate "Goldfish virtual device for QEMU pipes" |
| 20 | ---help--- |
| 21 | This is a virtual device to drive the QEMU pipe interface used by |
| 22 | the Goldfish Android Virtual Device. |
Greg Hackmann | bd2f348 | 2016-01-06 14:04:13 +0000 | [diff] [blame] | 23 | |
| 24 | endif # GOLDFISH |