diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-23 14:56:09 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | a7e23159074c9d774fb1e88357b778994a0c9365 (patch) | |
tree | c1a5c126f4f16baeb52469203e4f63ea810de3e8 /hw/display | |
parent | 03b348bdcbd1eda4ce097b2b84527dec774d80c4 (diff) | |
download | qemu-a7e23159074c9d774fb1e88357b778994a0c9365.zip |
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/display')
-rw-r--r-- | hw/display/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index 9199beb447..e5f347f695 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -39,9 +39,12 @@ config VGA_PCI config VGA_ISA bool + depends on ISA_BUS + select VGA config VGA_ISA_MM bool + select VGA config VMWARE_VGA bool |