aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-01-23 14:56:09 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:45:53 +0100
commita7e23159074c9d774fb1e88357b778994a0c9365 (patch)
treec1a5c126f4f16baeb52469203e4f63ea810de3e8 /hw/isa/Kconfig
parent03b348bdcbd1eda4ce097b2b84527dec774d80c4 (diff)
downloadqemu-a7e23159074c9d774fb1e88357b778994a0c9365.zip
qemu-a7e23159074c9d774fb1e88357b778994a0c9365.tar.gz
qemu-a7e23159074c9d774fb1e88357b778994a0c9365.tar.bz2
isa: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <20190123065618.3520-36-yang.zhong@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/isa/Kconfig')
-rw-r--r--hw/isa/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index b59d074..af68af9 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