]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/platform/goldfish/Kconfig
Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/psc-ac97' and 'asoc...
[mirror_ubuntu-bionic-kernel.git] / drivers / platform / goldfish / Kconfig
CommitLineData
bd2f348d
GH
1menuconfig GOLDFISH
2 bool "Platform support for Goldfish virtual devices"
2e5fc89a 3 depends on X86_32 || X86_64 || ARM || ARM64 || MIPS
16617535 4 depends on HAS_IOMEM
bd2f348d
GH
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_BUS
14 bool "Goldfish platform bus"
15 ---help---
16 This is a virtual bus to host Goldfish Android Virtual Devices.
17
c89f2750
DDT
18config 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.
bd2f348d
GH
23
24endif # GOLDFISH