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:
Bartosz Bilas 2022-04-15 10:44:36 +02:00 committed by Marti Bolivar
commit c51210beb0

View file

@ -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).