]> git.proxmox.com Git - mirror_qemu.git/blame - hw/audio/Kconfig
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k into...
[mirror_qemu.git] / hw / audio / Kconfig
CommitLineData
82f51817
PB
1config SB16
2 bool
bcb129b3
PB
3 default y
4 depends on ISA_BUS
82f51817
PB
5
6config ES1370
7 bool
7c28b925
PB
8 default y if PCI_DEVICES
9 depends on PCI
82f51817
PB
10
11config AC97
12 bool
7c28b925
PB
13 default y if PCI_DEVICES
14 depends on PCI
82f51817
PB
15
16config ADLIB
17 bool
bcb129b3
PB
18 default y
19 depends on ISA_BUS
82f51817
PB
20
21config GUS
22 bool
bcb129b3
PB
23 default y
24 depends on ISA_BUS
82f51817
PB
25
26config CS4231A
27 bool
bcb129b3
PB
28 default y
29 depends on ISA_BUS
82f51817
PB
30
31config HDA
32 bool
7c28b925
PB
33 default y if PCI_DEVICES
34 depends on PCI
82f51817
PB
35
36config PCSPK
37 bool
a7e23159
PB
38 default y
39 depends on I8254
82f51817
PB
40
41config WM8750
42 bool
1550b0e6 43 depends on I2C
82f51817
PB
44
45config PL041
46 bool
47
48config CS4231
49 bool
ac13a6b3
MCA
50
51config ASC
52 bool