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

@ -37,12 +37,4 @@ config NUM_IRQS
default 74 if SOC_ATMEL_SAME70_REVB default 74 if SOC_ATMEL_SAME70_REVB
default 71 default 71
# Configure default device drivers. If a feature is supported by more than one
# device driver the default configuration will be placed in the board defconfig
# file.
config DMA_SAM_XDMAC
default y
depends on DMA
endif # SOC_SERIES_SAME70 endif # SOC_SERIES_SAME70

View file

@ -38,12 +38,4 @@ config NUM_IRQS
default 74 if SOC_ATMEL_SAMV71_REVB default 74 if SOC_ATMEL_SAMV71_REVB
default 71 default 71
# Configure default device drivers. If a feature is supported by more than one
# device driver the default configuration will be placed in the board defconfig
# file.
config DMA_SAM_XDMAC
default y
depends on DMA
endif # SOC_SERIES_SAMV71 endif # SOC_SERIES_SAMV71

View file

@ -5,9 +5,6 @@
if SOC_FAMILY_SAM0 if SOC_FAMILY_SAM0
config DMA_SAM0
default DMA
config HWINFO_SAM0 config HWINFO_SAM0
default HWINFO default HWINFO

View file

@ -128,10 +128,6 @@ choice USB_MCUX_CONTROLLER_TYPE
default USB_DC_NXP_EHCI default USB_DC_NXP_EHCI
endchoice endchoice
config DMA_MCUX_EDMA
default y if HAS_MCUX_EDMA
depends on DMA
DT_CHOSEN_Z_DTCM := zephyr,dtcm DT_CHOSEN_Z_DTCM := zephyr,dtcm
choice SEGGER_RTT_SECTION choice SEGGER_RTT_SECTION

View file

@ -12,10 +12,6 @@ config PINMUX_MCUX_LPC
default y default y
depends on PINMUX depends on PINMUX
config DMA_MCUX_LPC
default y
depends on DMA
if MCUX_OS_TIMER if MCUX_OS_TIMER
config SYS_CLOCK_HW_CYCLES_PER_SEC config SYS_CLOCK_HW_CYCLES_PER_SEC

View file

@ -15,10 +15,6 @@ config PINMUX_MCUX_LPC
config I2S_MCUX_FLEXCOMM config I2S_MCUX_FLEXCOMM
select INIT_AUDIO_PLL select INIT_AUDIO_PLL
config DMA_MCUX_LPC
default y
depends on DMA
if MCUX_OS_TIMER if MCUX_OS_TIMER
config SYS_CLOCK_HW_CYCLES_PER_SEC config SYS_CLOCK_HW_CYCLES_PER_SEC

View file

@ -11,10 +11,6 @@ config SOC_SERIES
config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
default y default y
config DMA_MCUX_EDMA
default y if HAS_MCUX_EDMA
depends on DMA
source "soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk*" source "soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk*"
endif # SOC_SERIES_KINETIS_K6X endif # SOC_SERIES_KINETIS_K6X

View file

@ -69,8 +69,4 @@ config K8X_FLASH_CLOCK_DIVIDER
This option specifies the divide value for the K8x flash clock from the This option specifies the divide value for the K8x flash clock from the
system clock. system clock.
config DMA_MCUX_EDMA
default y if HAS_MCUX_EDMA
depends on DMA
endif # SOC_SERIES_KINETIS_K8X endif # SOC_SERIES_KINETIS_K8X

View file

@ -36,10 +36,6 @@ config PWM_MCUX_PWT
config GPIO config GPIO
default y default y
config DMA_MCUX_EDMA
default y
depends on DMA
source "soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.mke*" source "soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.mke*"
endif # SOC_SERIES_KINETIS_KE1XF endif # SOC_SERIES_KINETIS_KE1XF

View file

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

View file

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