quark: dma: enable qmsi driver if DMA is selected

Change-Id: I413dc28da562a7899c5271a36eca9a6d8d84221a
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-10-09 08:31:12 -04:00 committed by Anas Nashif
commit 37d2fdce13
2 changed files with 10 additions and 0 deletions

View file

@ -167,6 +167,11 @@ config ADC_QMSI
def_bool y
endif
if DMA
config DMA_QMSI
def_bool y
endif
if SPI
config SPI_QMSI
def_bool y

View file

@ -231,6 +231,11 @@ config SOC_FLASH_QMSI_SYS_SIZE
default 0x60000
endif # SOC_FLASH_QMSI
if DMA
config DMA_QMSI
def_bool y
endif
if USB
config USB_DW_IRQ_PRI
default 3