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
|
@ -37,12 +37,4 @@ config NUM_IRQS
|
|||
default 74 if SOC_ATMEL_SAME70_REVB
|
||||
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
|
||||
|
|
|
@ -38,12 +38,4 @@ config NUM_IRQS
|
|||
default 74 if SOC_ATMEL_SAMV71_REVB
|
||||
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
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
|
||||
if SOC_FAMILY_SAM0
|
||||
|
||||
config DMA_SAM0
|
||||
default DMA
|
||||
|
||||
config HWINFO_SAM0
|
||||
default HWINFO
|
||||
|
||||
|
|
|
@ -128,10 +128,6 @@ choice USB_MCUX_CONTROLLER_TYPE
|
|||
default USB_DC_NXP_EHCI
|
||||
endchoice
|
||||
|
||||
config DMA_MCUX_EDMA
|
||||
default y if HAS_MCUX_EDMA
|
||||
depends on DMA
|
||||
|
||||
DT_CHOSEN_Z_DTCM := zephyr,dtcm
|
||||
|
||||
choice SEGGER_RTT_SECTION
|
||||
|
|
|
@ -12,10 +12,6 @@ config PINMUX_MCUX_LPC
|
|||
default y
|
||||
depends on PINMUX
|
||||
|
||||
config DMA_MCUX_LPC
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
if MCUX_OS_TIMER
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
|
@ -15,10 +15,6 @@ config PINMUX_MCUX_LPC
|
|||
config I2S_MCUX_FLEXCOMM
|
||||
select INIT_AUDIO_PLL
|
||||
|
||||
config DMA_MCUX_LPC
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
if MCUX_OS_TIMER
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
|
@ -11,10 +11,6 @@ config SOC_SERIES
|
|||
config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
|
||||
default y
|
||||
|
||||
config DMA_MCUX_EDMA
|
||||
default y if HAS_MCUX_EDMA
|
||||
depends on DMA
|
||||
|
||||
source "soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk*"
|
||||
|
||||
endif # SOC_SERIES_KINETIS_K6X
|
||||
|
|
|
@ -69,8 +69,4 @@ config K8X_FLASH_CLOCK_DIVIDER
|
|||
This option specifies the divide value for the K8x flash clock from the
|
||||
system clock.
|
||||
|
||||
config DMA_MCUX_EDMA
|
||||
default y if HAS_MCUX_EDMA
|
||||
depends on DMA
|
||||
|
||||
endif # SOC_SERIES_KINETIS_K8X
|
||||
|
|
|
@ -36,10 +36,6 @@ config PWM_MCUX_PWT
|
|||
config GPIO
|
||||
default y
|
||||
|
||||
config DMA_MCUX_EDMA
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
source "soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.mke*"
|
||||
|
||||
endif # SOC_SERIES_KINETIS_KE1XF
|
||||
|
|
|
@ -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