diff options
Diffstat (limited to 'hw/display')
-rw-r--r-- | hw/display/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index 5393116..999bc7e 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -38,6 +38,7 @@ config VGA_PCI default y if PCI_DEVICES depends on PCI select VGA + select EDID config VGA_ISA bool @@ -59,6 +60,7 @@ config BOCHS_DISPLAY default y if PCI_DEVICES depends on PCI select VGA + select EDID config BLIZZARD bool @@ -69,11 +71,13 @@ config FRAMEBUFFER config MILKYMIST_TMU2 bool default y - depends on OPENGL && X11 + depends on OPENGL && X11 && MILKYMIST config SM501 bool select I2C + select DDC + select SERIAL config TCX bool @@ -91,6 +95,7 @@ config QXL config VIRTIO_GPU bool + select EDID config VIRTIO_VGA bool |