aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/Kconfig
blob: fcd87b4d1fd34914ad930ba44830e7c24d178d8e (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
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
    select ACPI_SMBUS

config SMC37C669
    bool
    select ISA_BUS

config LPC_ICH9
    bool
    select ISA_BUS
    select ACPI_SMBUS
    select ACPI_X86_ICH