1CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=3 2CONFIG_DMA_LOOP_TRANSFER_NUMBER_OF_DMAS=2 3 4# Required by BDMA which only has access to 5# SRAM4 & the driver excpects it to be uncached as well. 6# Other DMAs have access to SRAM4 as well. 7CONFIG_CODE_DATA_RELOCATION=y 8CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="SRAM4" 9