Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / hw / audio / Kconfig
blobdaf060e1be089fd55aaa3836c7d49d16b62e7d98
1 config SB16
2     bool
3     default y
4     depends on ISA_BUS
6 config ES1370
7     bool
8     default y if PCI_DEVICES
9     depends on PCI
11 config AC97
12     bool
13     default y if PCI_DEVICES
14     depends on PCI
16 config ADLIB
17     bool
18     default y
19     depends on ISA_BUS
21 config GUS
22     bool
23     default y
24     depends on ISA_BUS
26 config CS4231A
27     bool
28     default y
29     depends on ISA_BUS
31 config HDA
32     bool
33     default y if PCI_DEVICES
34     depends on PCI
36 config PCSPK
37     bool
38     default y
39     depends on I8254
41 config WM8750
42     bool
43     depends on I2C
45 config PL041
46     bool
48 config CS4231
49     bool
51 config ASC
52     bool
54 config VIRTIO_SND
55     bool
56     default y
57     depends on VIRTIO