mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
display: express dependencies with kconfig
Signed-off-by: Yang Zhong <yang.zhong@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-40-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9533dcdd41
commit
32690c8bed
5 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue