diff options
Diffstat (limited to 'hw/isa')
-rw-r--r-- | hw/isa/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index b59d074453..af68af96c9 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -6,18 +6,25 @@ config APM 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 |