Go to file
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
.known-issues known issues: ignore testcases failures 2016-09-07 01:02:10 +00:00
arch quark_se_ss: Fix console default 2016-09-09 21:37:56 +00:00
boards quark_d2000/se: Don't setup GDT during initialization 2016-09-09 11:21:39 +00:00
doc doc: drivers: more details on Zephyr driver model 2016-09-08 23:47:25 +00:00
drivers drivers: i2c: fix a compilation dependency issue 2016-09-10 11:29:49 +00:00
ext drivers: i2c: fix a compilation dependency issue 2016-09-10 11:29:49 +00:00
fs fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
include kernel: abolish FUNC_NO_FP 2016-09-09 21:13:30 +00:00
kernel kernel: abolish FUNC_NO_FP 2016-09-09 21:13:30 +00:00
lib libc/printf: Use compiler-provided 64 bit math, phase 2 2016-09-10 00:49:01 +00:00
misc printk: make _char_out globally accessible 2016-08-28 07:47:28 -04:00
net net/buf: Add missing line break in debug statement 2016-09-08 11:29:29 +00:00
samples samples: remove stts 751 sensor app 2016-09-10 11:29:05 +00:00
scripts build: Use __CYGWIN__ to detect Cygwin 2016-09-07 12:58:55 +00:00
tests Merge bluetooth branch to master 2016-09-07 16:21:38 +03:00
usb usb: Fix compile error with debug enabled 2016-08-10 15:27:36 +00:00
.checkpatch.conf checkpatch: add ignore for net/ip/contiki directory 2016-08-10 14:43:01 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: Fix broken author information for Evan Couzens 2016-08-08 21:24:49 +00:00
defaults.tc TCF: specify ARCH when creating initconfig 2016-09-08 11:31:32 +00:00
Kbuild microkernel: remove deprecated task IRQs 2016-09-06 16:15:59 +00:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS MAINTAINERS: Fix path for BLUETOOTH CONTROLLER 2016-09-07 08:17:26 +03:00
Makefile Zephyr 1.5.0 2016-08-26 17:35:49 -04:00
Makefile.inc kconfig: include configuration fragment files from output directory 2016-09-08 11:31:30 +00:00
zephyr-env.sh zephyr-env.sh: prepend to PATH 2016-08-05 20:38:08 +00:00