drivers: Add infrastructure for QMSI drivers

This patch introduces the infrastructure required to enable QMSI drivers.
QMSI drivers are shim drivers based on drivers provided by QMSI BSP. The
BSP provides a static library (libqmsi) which implements several drivers
for peripherals from Intel MCUs.

Next patch will introduce the first QMSI driver (watchdog driver) which
will rely on the infrastructure introduced by this patch.

Change-Id: Ic7da5d0249af0629eef8c91d124a153f84d4a76e
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Andre Guedes 2015-11-27 08:09:32 -05:00 committed by Anas Nashif
commit 635351bcdd
3 changed files with 42 additions and 0 deletions

View file

@ -61,4 +61,6 @@ source "drivers/ipm/Kconfig"
source "drivers/aio/Kconfig"
source "drivers/qmsi/Kconfig"
endmenu