diff options
author | Yang Zhong | 2019-01-23 07:56:13 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
commit | 32690c8bed5762518272876dcb6dd39a54f54fd1 (patch) | |
tree | 7bbcf4542b62ac4fb2c9483db560d352068f60d5 /hw/i2c | |
parent | ptimer: express dependencies with Kconfig (diff) | |
download | qemu-32690c8bed5762518272876dcb6dd39a54f54fd1.tar.gz qemu-32690c8bed5762518272876dcb6dd39a54f54fd1.tar.xz qemu-32690c8bed5762518272876dcb6dd39a54f54fd1.zip |
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>
Diffstat (limited to 'hw/i2c')
-rw-r--r-- | hw/i2c/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig index 74c9328729..ef1caa6d89 100644 --- a/hw/i2c/Kconfig +++ b/hw/i2c/Kconfig @@ -8,6 +8,7 @@ config SMBUS_EEPROM config DDC bool depends on I2C + select EDID config VERSATILE_I2C bool |