aboutsummaryrefslogtreecommitdiff
path: root/hw/display/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-01-23 14:56:11 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:45:53 +0100
commit1550b0e6bfe3ab6985e5ad75df1c528a0ca39468 (patch)
treec2b3368c7060ea31ddef69d4ee639012713f59ed /hw/display/Kconfig
parent02017ee385ef574133c4a978d368640772978178 (diff)
downloadqemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.zip
qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.tar.gz
qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.tar.bz2
i2c: express dependencies with Kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-38-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/display/Kconfig')
-rw-r--r--hw/display/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
index e5f347f..5393116 100644
--- a/hw/display/Kconfig
+++ b/hw/display/Kconfig
@@ -24,9 +24,11 @@ config PL110
config SII9022
bool
+ depends on I2C
config SSD0303
bool
+ depends on I2C
config SSD0323
bool
@@ -71,6 +73,7 @@ config MILKYMIST_TMU2
config SM501
bool
+ select I2C
config TCX
bool