b0c28f2d00
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> |
||
---|---|---|
.. | ||
drivers | ||
include | ||
soc | ||
Kbuild | ||
Kconfig | ||
Makefile | ||
README |
README
The sources in this directory are imported from QMSI project at https://github.com/quark-mcu/qmsi. Intel® Quark™ Microcontroller Software Interface (QMSI) is a Hardware Abstraction Layer (HAL) for Intel® Quark™ Microcontroller products. It currently supports the following SoCs: - Intel® Quark™ D2000 Microcontroller - Intel® Quark™ SE Microcontroller The current version supported in Zephyr is QMSI 1.1.0. See: https://github.com/quark-mcu/qmsi/releases for more details.