mirror of
https://github.com/qemu/qemu.git
synced 2024-12-15 07:23:52 +08:00
e0e312f352
The make_device_config.sh script is replaced by minikconf, which is modified to support the same command line as its predecessor. The roots of the parsing are default-configs/*.mak, Kconfig.host and hw/Kconfig. One difference with make_device_config.sh is that all symbols have to be defined in a Kconfig file, including those coming from the configure script. This is the reason for the Kconfig.host file introduced in the previous patch. Whenever a file in default-configs/*.mak used $(...) to refer to a config-host.mak symbol, this is replaced by a Kconfig dependency; this part must be done already in this patch for bisectability. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-28-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
81 lines
730 B
Plaintext
81 lines
730 B
Plaintext
config EDID
|
|
bool
|
|
|
|
config FW_CFG_DMA
|
|
bool
|
|
|
|
config ADS7846
|
|
bool
|
|
|
|
config VGA_CIRRUS
|
|
bool
|
|
|
|
config G364FB
|
|
bool
|
|
|
|
config JAZZ_LED
|
|
bool
|
|
|
|
config PL110
|
|
bool
|
|
|
|
config SII9022
|
|
bool
|
|
|
|
config SSD0303
|
|
bool
|
|
|
|
config SSD0323
|
|
bool
|
|
|
|
config VGA_PCI
|
|
bool
|
|
|
|
config VGA_ISA
|
|
bool
|
|
|
|
config VGA_ISA_MM
|
|
bool
|
|
|
|
config VMWARE_VGA
|
|
bool
|
|
|
|
config BOCHS_DISPLAY
|
|
bool
|
|
|
|
config BLIZZARD
|
|
bool
|
|
|
|
config FRAMEBUFFER
|
|
bool
|
|
|
|
config MILKYMIST_TMU2
|
|
bool
|
|
default y
|
|
depends on OPENGL && X11
|
|
|
|
config SM501
|
|
bool
|
|
|
|
config TCX
|
|
bool
|
|
|
|
config CG3
|
|
bool
|
|
|
|
config VGA
|
|
bool
|
|
|
|
config QXL
|
|
bool
|
|
depends on SPICE && PCI
|
|
|
|
config VIRTIO_GPU
|
|
bool
|
|
|
|
config VIRTIO_VGA
|
|
bool
|
|
|
|
config DPCD
|
|
bool
|