xref: /linux/drivers/platform/goldfish/Kconfig (revision bd2f348db5033b88b8b81caf58e7bdabf0b6961d)
1*bd2f348dSGreg Hackmannmenuconfig GOLDFISH
2*bd2f348dSGreg Hackmann	bool "Platform support for Goldfish virtual devices"
3*bd2f348dSGreg Hackmann	depends on X86_32 || X86_64 || ARM || ARM64
4*bd2f348dSGreg Hackmann	---help---
5*bd2f348dSGreg Hackmann	  Say Y here to get to see options for the Goldfish virtual platform.
6*bd2f348dSGreg Hackmann	  This option alone does not add any kernel code.
7*bd2f348dSGreg Hackmann
8*bd2f348dSGreg Hackmann	  Unless you are building for the Android Goldfish emulator say N here.
9*bd2f348dSGreg Hackmann
10*bd2f348dSGreg Hackmannif GOLDFISH
11*bd2f348dSGreg Hackmann
12*bd2f348dSGreg Hackmannconfig GOLDFISH_BUS
13*bd2f348dSGreg Hackmann	bool "Goldfish platform bus"
14*bd2f348dSGreg Hackmann	---help---
15*bd2f348dSGreg Hackmann	  This is a virtual bus to host Goldfish Android Virtual Devices.
16*bd2f348dSGreg Hackmann
17c89f2750SDavid 'Digit' Turnerconfig GOLDFISH_PIPE
18c89f2750SDavid 'Digit' Turner	tristate "Goldfish virtual device for QEMU pipes"
19c89f2750SDavid 'Digit' Turner	---help---
20c89f2750SDavid 'Digit' Turner	  This is a virtual device to drive the QEMU pipe interface used by
21c89f2750SDavid 'Digit' Turner	  the Goldfish Android Virtual Device.
22*bd2f348dSGreg Hackmann
23*bd2f348dSGreg Hackmannendif # GOLDFISH
24