]> Git Repo - qemu.git/blobdiff - hw/display/Kconfig
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-11-2019' into...
[qemu.git] / hw / display / Kconfig
index 9199beb44743fa6264d2c6b2f770cf712f0396b1..86c1d544c5ce320eacef874fe4250aeb249665e4 100644 (file)
@@ -24,9 +24,11 @@ config PL110
 
 config SII9022
     bool
+    depends on I2C
 
 config SSD0303
     bool
+    depends on I2C
 
 config SSD0323
     bool
@@ -36,12 +38,16 @@ config VGA_PCI
     default y if PCI_DEVICES
     depends on PCI
     select VGA
+    select EDID
 
 config VGA_ISA
     bool
+    depends on ISA_BUS
+    select VGA
 
 config VGA_ISA_MM
     bool
+    select VGA
 
 config VMWARE_VGA
     bool
@@ -54,6 +60,7 @@ config BOCHS_DISPLAY
     default y if PCI_DEVICES
     depends on PCI
     select VGA
+    select EDID
 
 config BLIZZARD
     bool
@@ -63,11 +70,13 @@ config FRAMEBUFFER
 
 config MILKYMIST_TMU2
     bool
-    default y
     depends on OPENGL && X11
 
 config SM501
     bool
+    select I2C
+    select DDC
+    select SERIAL
 
 config TCX
     bool
@@ -85,6 +94,9 @@ config QXL
 
 config VIRTIO_GPU
     bool
+    default y
+    depends on VIRTIO
+    select EDID
 
 config VIRTIO_VGA
     bool
@@ -94,3 +106,9 @@ config VIRTIO_VGA
 
 config DPCD
     bool
+
+config ATI_VGA
+    bool
+    default y if PCI_DEVICES
+    depends on PCI
+    select VGA
This page took 0.040031 seconds and 4 git commands to generate.