Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
v6.2
 1# SPDX-License-Identifier: GPL-2.0-only
 2menuconfig GOLDFISH
 3	bool "Platform support for Goldfish virtual devices"
 4	depends on HAS_IOMEM && HAS_DMA
 
 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	help
16	  This is a virtual device to drive the QEMU pipe interface used by
17	  the Goldfish Android Virtual Device.
18
19endif # GOLDFISH
v5.4
 1# SPDX-License-Identifier: GPL-2.0-only
 2menuconfig GOLDFISH
 3	bool "Platform support for Goldfish virtual devices"
 4	depends on X86_32 || X86_64 || ARM || ARM64 || MIPS
 5	depends on HAS_IOMEM
 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.
 9
10	  Unless you are building for the Android Goldfish emulator say N here.
11
12if GOLDFISH
13
14config 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.
19
20endif # GOLDFISH