zephyr/drivers/i2c
Baohong Liu b0c28f2d00 drivers: i2c: fix a compilation dependency issue
Fix a compilation warning. Compilation of the i2c driver
requires QMSI dma object file. As a solution, the current
code has "selects DMA_QMSI" in i2c Kconfig. This results
in a compilation warning since "select DMA" is also
required. Adding "select DMA" and "select DMA_QMSI"
together in i2c Kconfig can solve the compilation issue.
But, this will cause the dma driver be unnecessarily
enabled. So, the solution is to fix the issue in the QMSI
part instead of in the shim driver.

Jira: ZEP-777 ZEP-778

Change-Id: Id4c1f749bf71eece1e70583bd586a69b596768b2
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-09-10 11:29:49 +00:00
..
i2c_atmel_sam3.c i2c: Remove suspend and resume hooks from i2c_driver_api 2016-07-29 23:10:10 +00:00
i2c_atmel_sam3.h i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
i2c_dw_registers.h i2c: IC_CON_SPEED_MASK should be 2 bit mask 2016-05-11 15:09:15 -07:00
i2c_dw.c i2c: Remove suspend and resume hooks from i2c_driver_api 2016-07-29 23:10:10 +00:00
i2c_dw.h i2c: unify kconfig options and share them across drivers 2016-05-12 10:57:22 +00:00
i2c_ksdk.c i2c: ksdk: Add shim driver 2016-09-07 14:40:20 +00:00
i2c_qmsi_ss.c i2c: qmsi_shim: change some i2c config parameters to SoC specific 2016-09-08 11:57:41 +00:00
i2c_qmsi.c drivers: i2c: Fix i2c failure on multiple slaves 2016-08-12 20:35:25 +00:00
i2c_quark_se_ss_registers.h
i2c_quark_se_ss.c i2c: Remove suspend and resume hooks from i2c_driver_api 2016-07-29 23:10:10 +00:00
i2c_quark_se_ss.h
Kconfig drivers: i2c: fix a compilation dependency issue 2016-09-10 11:29:49 +00:00
Makefile i2c: ksdk: Add shim driver 2016-09-07 14:40:20 +00:00