diff options
Diffstat (limited to 'hw/display/Kconfig')
-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 |