diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-25 16:59:23 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-07 09:56:10 +0200 |
commit | 6306cae275c7091aa4e785809d956b475bfedab4 (patch) | |
tree | 531a13f6552459feac42d3f2288b297eae9a425e /hw/i2c/Kconfig | |
parent | 349ebdd76d3a932204f5831950a2af413c29c477 (diff) |
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/i2c/Kconfig')
-rw-r--r-- | hw/i2c/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig index 820b24de5b..78a2008e3a 100644 --- a/hw/i2c/Kconfig +++ b/hw/i2c/Kconfig @@ -5,11 +5,6 @@ config SMBUS_EEPROM bool depends on I2C -config DDC - bool - depends on I2C - select EDID - config VERSATILE_I2C bool select I2C |