Kconfig (bf61c8840efe60fd8f91446860b63338fb424158) | Kconfig (bd2f348db5033b88b8b81caf58e7bdabf0b6961d) |
---|---|
1menuconfig GOLDFISH 2 bool "Platform support for Goldfish virtual devices" 3 depends on X86_32 || X86_64 || ARM || ARM64 4 ---help--- 5 Say Y here to get to see options for the Goldfish virtual platform. 6 This option alone does not add any kernel code. 7 8 Unless you are building for the Android Goldfish emulator say N here. 9 10if GOLDFISH 11 12config GOLDFISH_BUS 13 bool "Goldfish platform bus" 14 ---help--- 15 This is a virtual bus to host Goldfish Android Virtual Devices. 16 |
|
1config GOLDFISH_PIPE 2 tristate "Goldfish virtual device for QEMU pipes" 3 ---help--- 4 This is a virtual device to drive the QEMU pipe interface used by 5 the Goldfish Android Virtual Device. | 17config GOLDFISH_PIPE 18 tristate "Goldfish virtual device for QEMU pipes" 19 ---help--- 20 This is a virtual device to drive the QEMU pipe interface used by 21 the Goldfish Android Virtual Device. |
22 23endif # GOLDFISH |
|