1config EDID 2 bool 3 4config FW_CFG_DMA 5 bool 6 7config ADS7846 8 bool 9 10config VGA_CIRRUS 11 bool 12 default y if PCI_DEVICES 13 depends on PCI 14 select VGA 15 16config G364FB 17 bool 18 19config JAZZ_LED 20 bool 21 22config PL110 23 bool 24 25config SII9022 26 bool 27 28config SSD0303 29 bool 30 31config SSD0323 32 bool 33 34config VGA_PCI 35 bool 36 default y if PCI_DEVICES 37 depends on PCI 38 select VGA 39 40config VGA_ISA 41 bool 42 43config VGA_ISA_MM 44 bool 45 46config VMWARE_VGA 47 bool 48 default y if PCI_DEVICES 49 depends on PCI 50 select VGA 51 52config BOCHS_DISPLAY 53 bool 54 default y if PCI_DEVICES 55 depends on PCI 56 select VGA 57 58config BLIZZARD 59 bool 60 61config FRAMEBUFFER 62 bool 63 64config MILKYMIST_TMU2 65 bool 66 default y 67 depends on OPENGL && X11 68 69config SM501 70 bool 71 72config TCX 73 bool 74 75config CG3 76 bool 77 78config VGA 79 bool 80 81config QXL 82 bool 83 depends on SPICE && PCI 84 select VGA 85 86config VIRTIO_GPU 87 bool 88 89config VIRTIO_VGA 90 bool 91 default y if PCI_DEVICES 92 depends on VIRTIO_PCI 93 select VGA 94 95config DPCD 96 bool 97