1menuconfig GOLDFISH 2 bool "Platform support for Goldfish virtual devices" 3 depends on X86_32 || X86_64 || ARM || ARM64 || MIPS 4 depends on HAS_IOMEM 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 11if GOLDFISH 12 13config GOLDFISH_PIPE 14 tristate "Goldfish virtual device for QEMU pipes" 15 depends on HAS_IOMEM 16 ---help--- 17 This is a virtual device to drive the QEMU pipe interface used by 18 the Goldfish Android Virtual Device. 19 20config GOLDFISH_SYNC 21 tristate "Goldfish AVD Sync Driver" 22 depends on GOLDFISH 23 depends on HAS_IOMEM 24 depends on SW_SYNC 25 depends on SYNC_FILE 26 ---help--- 27 Emulated sync fences for the Goldfish Android Virtual Device 28 29 30endif # GOLDFISH 31