mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 08:09:22 +07:00
dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"
We have build failures attributed to turning on COMPILE_TEST, so revert
commit 90082cd397
: ("dmaengine: add COMPILE_TEST for the drivers")
while we fix these.
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
90082cd397
commit
90d23222cf
@ -447,7 +447,7 @@ config PL330_DMA
|
||||
|
||||
config PXA_DMA
|
||||
bool "PXA DMA support"
|
||||
depends on (ARCH_MMP || ARCH_PXA || COMPILE_TEST)
|
||||
depends on (ARCH_MMP || ARCH_PXA)
|
||||
select DMA_ENGINE
|
||||
select DMA_VIRTUAL_CHANNELS
|
||||
help
|
||||
@ -465,7 +465,7 @@ config SIRF_DMA
|
||||
|
||||
config STE_DMA40
|
||||
bool "ST-Ericsson DMA40 support"
|
||||
depends on ARCH_U8500 || COMPILE_TEST
|
||||
depends on ARCH_U8500
|
||||
select DMA_ENGINE
|
||||
help
|
||||
Support for ST-Ericsson DMA40 controller
|
||||
|
Loading…
Reference in New Issue
Block a user