diff options
Diffstat (limited to 'hw/display/Kconfig')
-rw-r--r-- | hw/display/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index a96ea763a8..86c1d544c5 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -106,3 +106,9 @@ config VIRTIO_VGA config DPCD bool + +config ATI_VGA + bool + default y if PCI_DEVICES + depends on PCI + select VGA |