aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/Kconfig
blob: 6f0812d270d1a883d61a56947fc57af652a3a1a5 (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
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_SMBUS
    select ACPI_X86_ICH