Kconfig 352 B

12345678910111213
  1. config GOLDFISH_AUDIO
  2. tristate "Goldfish AVD Audio Device"
  3. depends on GOLDFISH
  4. ---help---
  5. Emulated audio channel for the Goldfish Android Virtual Device
  6. config MTD_GOLDFISH_NAND
  7. tristate "Goldfish NAND device"
  8. depends on GOLDFISH
  9. depends on MTD
  10. help
  11. Drives the emulated NAND flash device on the Google Goldfish
  12. Android virtual device.