drivers: dma: mcux_dma: add support for the NXP KE1xF
Add support for the NXP KE1xF SoC to the eDMA driver. The KE1xF supports m2m DMA transfers from sources 60 to 63. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
c89ef2f393
commit
381a1cfcd2
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ config DMA_TCD_QUEUE_SIZE
|
||||||
|
|
||||||
config DMA_MCUX_TEST_SLOT_START
|
config DMA_MCUX_TEST_SLOT_START
|
||||||
int "test slot start num"
|
int "test slot start num"
|
||||||
depends on SOC_SERIES_KINETIS_K6X
|
depends on (SOC_SERIES_KINETIS_K6X || SOC_SERIES_KINETIS_KE1XF)
|
||||||
default 58
|
default 58 if SOC_SERIES_KINETIS_K6X
|
||||||
|
default 60 if SOC_SERIES_KINETIS_KE1XF
|
||||||
help
|
help
|
||||||
test slot start num
|
test slot start num
|
||||||
|
|
||||||
|
|
||||||
endif # DMA_MCUX_EDMA
|
endif # DMA_MCUX_EDMA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue