aboutsummaryrefslogtreecommitdiff
path: root/hw/display/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-03-25 16:59:23 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-05-07 09:56:10 +0200
commit6306cae275c7091aa4e785809d956b475bfedab4 (patch)
tree531a13f6552459feac42d3f2288b297eae9a425e /hw/display/Kconfig
parent349ebdd76d3a932204f5831950a2af413c29c477 (diff)
downloadqemu-6306cae275c7091aa4e785809d956b475bfedab4.zip
qemu-6306cae275c7091aa4e785809d956b475bfedab4.tar.gz
qemu-6306cae275c7091aa4e785809d956b475bfedab4.tar.bz2
i2c-ddc: move it to hw/display
Move it together with the other EDID code. hw/i2c should only include the core and the adapters, not the slaves. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20190325155923.30987-1-pbonzini@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/Kconfig')
-rw-r--r--hw/display/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
index 72be57a..c236cd2 100644
--- a/hw/display/Kconfig
+++ b/hw/display/Kconfig
@@ -1,3 +1,8 @@
+config DDC
+ bool
+ depends on I2C
+ select EDID
+
config EDID
bool