]> Git Repo - qemu.git/blame - hw/i2c/Makefile.objs
i386: express dependencies with Kconfig
[qemu.git] / hw / i2c / Makefile.objs
CommitLineData
93198b6c 1common-obj-$(CONFIG_I2C) += core.o smbus_slave.o smbus_master.o
8e657883 2common-obj-$(CONFIG_SMBUS_EEPROM) += smbus_eeprom.o
78c71af8 3common-obj-$(CONFIG_DDC) += i2c-ddc.o
49ab747f 4common-obj-$(CONFIG_VERSATILE_I2C) += versatile_i2c.o
02017ee3 5common-obj-$(CONFIG_ACPI_X86_ICH) += smbus_ich9.o
8e657883 6common-obj-$(CONFIG_ACPI_SMBUS) += pm_smbus.o
53ed424e
PB
7common-obj-$(CONFIG_BITBANG_I2C) += bitbang_i2c.o
8common-obj-$(CONFIG_EXYNOS4) += exynos4210_i2c.o
20d0f9cf 9common-obj-$(CONFIG_IMX_I2C) += imx_i2c.o
16020011 10common-obj-$(CONFIG_ASPEED_SOC) += aspeed_i2c.o
9d68bf56 11common-obj-$(CONFIG_NRF51_SOC) += microbit_i2c.o
53ed424e 12obj-$(CONFIG_OMAP) += omap_i2c.o
44a935d8 13obj-$(CONFIG_PPC4XX) += ppc4xx_i2c.o
This page took 0.247253 seconds and 4 git commands to generate.