i2c: Add I2C driver for Quark SE Sensor Subsystem
This adds the I2C driver for the Sensor Subsystem on Quark SE. This provides minimal support for the I2C controller, and does only synchronous transfer at the moment. Change-Id: I400b8ff3390d4b641bed5b8c617830c4217de3ff Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
28af1ee421
commit
c6d527bc4b
5 changed files with 1038 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
obj-$(CONFIG_I2C_DW) += i2c_dw.o i2c_static_irq_stubs.o
|
||||
obj-$(CONFIG_I2C_QUARK_SE_SS) += i2c_quark_se_ss.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue