mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00: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
@ -29,7 +29,6 @@ CONFIG_PCI_EXPRESS=y
|
||||
CONFIG_SAM460EX=y
|
||||
CONFIG_USB_EHCI_SYSBUS=y
|
||||
CONFIG_SM501=y
|
||||
CONFIG_DDC=y
|
||||
CONFIG_IDE_SII3112=y
|
||||
CONFIG_AT24C=y
|
||||
CONFIG_BITBANG_I2C=y
|
||||
|
@ -8,7 +8,6 @@ CONFIG_PFLASH_CFI02=y
|
||||
CONFIG_SH4=y
|
||||
CONFIG_IDE_MMIO=y
|
||||
CONFIG_SM501=y
|
||||
CONFIG_DDC=y
|
||||
CONFIG_TEST_DEVICES=y
|
||||
CONFIG_I82378=y
|
||||
CONFIG_I8259=y
|
||||
|
@ -8,7 +8,6 @@ CONFIG_PFLASH_CFI02=y
|
||||
CONFIG_SH4=y
|
||||
CONFIG_IDE_MMIO=y
|
||||
CONFIG_SM501=y
|
||||
CONFIG_DDC=y
|
||||
CONFIG_TEST_DEVICES=y
|
||||
CONFIG_I82378=y
|
||||
CONFIG_I8259=y
|
||||
|
@ -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
|
||||
|
@ -8,6 +8,7 @@ config SMBUS_EEPROM
|
||||
config DDC
|
||||
bool
|
||||
depends on I2C
|
||||
select EDID
|
||||
|
||||
config VERSATILE_I2C
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user