Kconfig 568 B

12345678910111213141516171819
  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. 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. Unless you are building for the Android Goldfish emulator say N here.
  9. if GOLDFISH
  10. config GOLDFISH_PIPE
  11. tristate "Goldfish virtual device for QEMU pipes"
  12. help
  13. This is a virtual device to drive the QEMU pipe interface used by
  14. the Goldfish Android Virtual Device.
  15. endif # GOLDFISH