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:
parent
0a57488719
commit
8d9f9d50f4
11 changed files with 0 additions and 51 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue