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:
parent
49abcb3fff
commit
635351bcdd
3 changed files with 42 additions and 0 deletions
|
@ -61,4 +61,6 @@ source "drivers/ipm/Kconfig"
|
|||
|
||||
source "drivers/aio/Kconfig"
|
||||
|
||||
source "drivers/qmsi/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue