mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
02017ee385
commit
1550b0e6bf
17 changed files with 23 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue