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/timer | |
parent | 02017ee385ef574133c4a978d368640772978178 (diff) | |
download | qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.zip |
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/timer')
-rw-r--r-- | hw/timer/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig index 7dbc1211ab..e1a6e7469b 100644 --- a/hw/timer/Kconfig +++ b/hw/timer/Kconfig @@ -9,6 +9,7 @@ config A9_GTIMER config DS1338 bool + depends on I2C config HPET bool @@ -18,6 +19,7 @@ config I8254 config M41T80 bool + depends on I2C config M48T59 bool @@ -27,6 +29,7 @@ config PL031 config TWL92230 bool + depends on I2C config XLNX_ZYNQMP bool |