1config 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 7config GOLDFISH_SYNC 8 tristate "Goldfish AVD Sync Driver" 9 depends on GOLDFISH 10 depends on SW_SYNC 11 depends on SYNC_FILE 12 ---help--- 13 Emulated sync fences for the Goldfish Android Virtual Device 14 15config MTD_GOLDFISH_NAND 16 tristate "Goldfish NAND device" 17 depends on GOLDFISH 18 depends on MTD 19 help 20 Drives the emulated NAND flash device on the Google Goldfish 21 Android virtual device. 22