]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/platform/goldfish/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / platform / goldfish / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
bd2f348d
GH
2menuconfig GOLDFISH
3 bool "Platform support for Goldfish virtual devices"
2e5fc89a 4 depends on X86_32 || X86_64 || ARM || ARM64 || MIPS
16617535 5 depends on HAS_IOMEM
dcf9b50e 6 help
bd2f348d
GH
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
12if GOLDFISH
13
c89f2750
DDT
14config GOLDFISH_PIPE
15 tristate "Goldfish virtual device for QEMU pipes"
dcf9b50e 16 help
c89f2750
DDT
17 This is a virtual device to drive the QEMU pipe interface used by
18 the Goldfish Android Virtual Device.
bd2f348d
GH
19
20endif # GOLDFISH