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 depends on ISA_BUS 43 select VGA 44 45config VGA_ISA_MM 46 bool 47 select VGA 48 49config VMWARE_VGA 50 bool 51 default y if PCI_DEVICES 52 depends on PCI 53 select VGA 54 55config BOCHS_DISPLAY 56 bool 57 default y if PCI_DEVICES 58 depends on PCI 59 select VGA 60 61config BLIZZARD 62 bool 63 64config FRAMEBUFFER 65 bool 66 67config MILKYMIST_TMU2 68 bool 69 default y 70 depends on OPENGL && X11 71 72config SM501 73 bool 74 75config TCX 76 bool 77 78config CG3 79 bool 80 81config VGA 82 bool 83 84config QXL 85 bool 86 depends on SPICE && PCI 87 select VGA 88 89config VIRTIO_GPU 90 bool 91 92config VIRTIO_VGA 93 bool 94 default y if PCI_DEVICES 95 depends on VIRTIO_PCI 96 select VGA 97 98config DPCD 99 bool 100