tests: dma loop_transfer: Ex of LPC DMA Kconfig

Show an example of the LPC DMA Kconfig to reduce RAM based on the number
of DMA channels expected to be used. In this test, only one DMA channel
is needed, so we can show an example of how to reduce RAM usage of the
driver by configuring this value appropriately.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-07-12 13:09:04 -05:00 committed by David Leach
commit 9e855347be

View file

@ -0,0 +1 @@
CONFIG_DMA_MCUX_LPC_NUMBER_OF_CHANNELS_ALLOCATED=1