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:
Yang Zhong 2019-01-23 14:56:13 +08:00 committed by Paolo Bonzini
parent 9533dcdd41
commit 32690c8bed
5 changed files with 7 additions and 4 deletions

View file

@ -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