aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/Kconfig
blob: af68af96c97390468b643932270919219f774295 (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
config ISA_BUS
    bool

config APM
    bool

config I82378
    bool
    select ISA_BUS

config PC87312
    bool
    select ISA_BUS

config PIIX4
    bool
    select ISA_BUS

config VT82C686
    bool
    select ISA_BUS

config SMC37C669
    bool
    select ISA_BUS

config LPC_ICH9
    bool
    select ISA_BUS
    select ACPI_X86_ICH