i2c: quark se: Add QMSI 1.1-based I2C shim driver
Add I2C QMSI shim driver for sensor system based on QMSI 1.1 Origin: Original Change-Id: I9c8efe49e8e9b7a5f8496fa49beb68e409148be7 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
862cff1eab
commit
92e9ffe481
4 changed files with 326 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
ccflags-$(CONFIG_I2C_QMSI) +=-I$(CONFIG_QMSI_INSTALL_PATH)/include
|
||||
obj-$(CONFIG_I2C_DW) += i2c_dw.o
|
||||
obj-$(CONFIG_I2C_QMSI) += i2c_qmsi.o
|
||||
obj-$(CONFIG_I2C_QMSI_SS) += i2c_qmsi_ss.o
|
||||
obj-$(CONFIG_I2C_QUARK_SE_SS) += i2c_quark_se_ss.o
|
||||
obj-$(CONFIG_I2C_ATMEL_SAM3) += i2c_atmel_sam3.o
|
||||
obj-$(CONFIG_I2C_ATMEL_SAM3) += i2c_atmel_sam3.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue