aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/Kconfig
blob: daf060e1be089fd55aaa3836c7d49d16b62e7d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
config SB16
    bool
    default y
    depends on ISA_BUS

config ES1370
    bool
    default y if PCI_DEVICES
    depends on PCI

config AC97
    bool
    default y if PCI_DEVICES
    depends on PCI

config ADLIB
    bool
    default y
    depends on ISA_BUS

config GUS
    bool
    default y
    depends on ISA_BUS

config CS4231A
    bool
    default y
    depends on ISA_BUS

config HDA
    bool
    default y if PCI_DEVICES
    depends on PCI

config PCSPK
    bool
    default y
    depends on I8254

config WM8750
    bool
    depends on I2C

config PL041
    bool

config CS4231
    bool

config ASC
    bool

config VIRTIO_SND
    bool
    default y
    depends on VIRTIO