From 2a6cab09b940aa3b0176147f74ad5d3c69660a4b Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sun, 3 Oct 2021 00:59:31 +0200 Subject: apm821xx: move CONFIG_DMA* to the generic apm821xx config Both NAND and SATA targets need the DMA engine in one way or another. Due to a kernel config refresh various existing symbols got removed from the apm821xx main config file as well. (That being said, they are still included because the built-in crpyto4xx depends on these.) Signed-off-by: Christian Lamparter --- target/linux/apm821xx/nand/config-default | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target/linux/apm821xx/nand') diff --git a/target/linux/apm821xx/nand/config-default b/target/linux/apm821xx/nand/config-default index 060f2abf06..931290d1b6 100644 --- a/target/linux/apm821xx/nand/config-default +++ b/target/linux/apm821xx/nand/config-default @@ -1,11 +1,6 @@ CONFIG_AT803X_PHY=y CONFIG_AR8216_PHY=y -CONFIG_DMADEVICES=y -CONFIG_DMA_ENGINE=y -CONFIG_DW_DMAC_CORE=y -CONFIG_DW_DMAC=y # CONFIG_SATA_DWC_OLD_DMA is not set -# CONFIG_DW_DMAC_PCI is not set CONFIG_IKAREM=y CONFIG_ATA=y CONFIG_ATA_SFF=y -- cgit v1.2.3