# SPDX-License-Identifier: GPL-2.0-only menuconfig [31mCONFIG_GOLDFISH[0m bool "Platform support for Goldfish virtual devices" depends on [31mCONFIG_X86_32[0m || [31mCONFIG_X86_64[0m || [31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m || [31mCONFIG_MIPS[0m depends on [31mCONFIG_HAS_IOMEM[0m help Say Y here to get to see options for the Goldfish virtual platform. This option alone does not add any kernel code. Unless you are building for the Android Goldfish emulator say N here. if [31mCONFIG_GOLDFISH[0m config [31mCONFIG_GOLDFISH_PIPE[0m tristate "Goldfish virtual device for QEMU pipes" help This is a virtual device to drive the QEMU pipe interface used by the Goldfish Android Virtual Device. endif # [31mCONFIG_GOLDFISH[0m |