summaryrefslogtreecommitdiff
path: root/drivers/staging/goldfish/Kconfig
blob: d293bbc22c792a41d83dddf5e4c5861135ae633e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config GOLDFISH_AUDIO
	tristate "Goldfish AVD Audio Device"
	depends on GOLDFISH
	---help---
	  Emulated audio channel for the Goldfish Android Virtual Device

config GOLDFISH_SYNC
    tristate "Goldfish AVD Sync Driver"
    depends on GOLDFISH
    depends on SW_SYNC
    depends on SYNC_FILE
	---help---
	  Emulated sync fences for the Goldfish Android Virtual Device

config MTD_GOLDFISH_NAND
	tristate "Goldfish NAND device"
	depends on GOLDFISH
	depends on MTD
	help
	  Drives the emulated NAND flash device on the Google Goldfish
	  Android virtual device.