diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-23 14:56:11 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | 1550b0e6bfe3ab6985e5ad75df1c528a0ca39468 (patch) | |
tree | c2b3368c7060ea31ddef69d4ee639012713f59ed /hw/misc/Kconfig | |
parent | 02017ee385ef574133c4a978d368640772978178 (diff) |
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/misc/Kconfig')
-rw-r--r-- | hw/misc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 41d8633f78..5f63701134 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -7,9 +7,11 @@ config MAX111X config TMP105 bool + depends on I2C config TMP421 bool + depends on I2C config ISA_DEBUG bool @@ -36,6 +38,7 @@ config EDU config PCA9552 bool + depends on I2C config PL310 bool @@ -102,5 +105,6 @@ config PVPANIC config AUX bool + select I2C source macio/Kconfig |