mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw: move I2C controllers to hw/i2c/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fc97bb5ba3
commit
53ed424e09
6 changed files with 6 additions and 3 deletions
|
@ -2,3 +2,6 @@ common-obj-y += core.o smbus.o smbus_eeprom.o
|
|||
common-obj-$(CONFIG_VERSATILE_I2C) += versatile_i2c.o
|
||||
common-obj-$(CONFIG_ACPI) += smbus_ich9.o
|
||||
common-obj-$(CONFIG_APM) += pm_smbus.o
|
||||
common-obj-$(CONFIG_BITBANG_I2C) += bitbang_i2c.o
|
||||
common-obj-$(CONFIG_EXYNOS4) += exynos4210_i2c.o
|
||||
obj-$(CONFIG_OMAP) += omap_i2c.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue