dma: remove Kconfig.defconfig* setting of DMA drivers

Now that DMA drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-24 14:28:58 -05:00 committed by Fabio Baltieri
commit 8d9f9d50f4
11 changed files with 0 additions and 51 deletions

View file

@ -12,8 +12,4 @@ config PINMUX_MCUX_LPC
default y
depends on PINMUX
config DMA_MCUX_LPC
default y
depends on DMA
endif # SOC_LPC55S28

View file

@ -17,10 +17,6 @@ config SOC_FLASH_MCUX
depends on FLASH
depends on !TRUSTED_EXECUTION_NONSECURE
config DMA_MCUX_LPC
default y
depends on DMA
choice USB_MCUX_CONTROLLER_TYPE
default USB_DC_NXP_LPCIP3511
endchoice