drm/virtio: Don't return error if virtio-gpu PCI dev is not found
[drm/drm-misc.git] / drivers / platform / goldfish / Kconfig
blob03ca5bf19f985024f2928aa00d8b54eb98de0b19
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig GOLDFISH
3         bool "Platform support for Goldfish virtual devices"
4         depends on HAS_IOMEM && HAS_DMA
5         default X86_GOLDFISH
6         help
7           Say Y here to get to see options for the Goldfish virtual platform.
8           This option alone does not add any kernel code.
10           Unless you are building for the Android Goldfish emulator say N here.
12 if GOLDFISH
14 config GOLDFISH_PIPE
15         tristate "Goldfish virtual device for QEMU pipes"
16         help
17           This is a virtual device to drive the QEMU pipe interface used by
18           the Goldfish Android Virtual Device.
20 endif # GOLDFISH