From c51210beb001734d4095344bfac913c1120bd028 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:44:36 +0200 Subject: [PATCH] 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 --- drivers/dma/Kconfig.mcux_edma | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dma/Kconfig.mcux_edma b/drivers/dma/Kconfig.mcux_edma index d0a87c3730c..7b175489fd3 100644 --- a/drivers/dma/Kconfig.mcux_edma +++ b/drivers/dma/Kconfig.mcux_edma @@ -28,7 +28,6 @@ config DMA_MCUX_TEST_SLOT_START config DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS bool "Use DTCM for DMA descriptors" - default n help When this option is activated, the descriptors for DMA transfer are located in the DTCM (Data Tightly Coupled Memory).