drivers: dma: mcxuc_edma: remove superfluous default n for boolean
bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
parent
55d4282e44
commit
c51210beb0
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ config DMA_MCUX_TEST_SLOT_START
|
||||||
|
|
||||||
config DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS
|
config DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS
|
||||||
bool "Use DTCM for DMA descriptors"
|
bool "Use DTCM for DMA descriptors"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
When this option is activated, the descriptors for DMA transfer are
|
When this option is activated, the descriptors for DMA transfer are
|
||||||
located in the DTCM (Data Tightly Coupled Memory).
|
located in the DTCM (Data Tightly Coupled Memory).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue