diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2021-10-03 00:59:31 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-10-10 16:44:15 +0200 |
commit | 2a6cab09b940aa3b0176147f74ad5d3c69660a4b (patch) | |
tree | 94165443c56be9fbb8bb851a522a97bf07f8a034 /target/linux/apm821xx/nand | |
parent | 56ea2bf2eec431ccd3c566190a444ad63db39b65 (diff) | |
download | upstream-2a6cab09b940aa3b0176147f74ad5d3c69660a4b.tar.gz upstream-2a6cab09b940aa3b0176147f74ad5d3c69660a4b.tar.bz2 upstream-2a6cab09b940aa3b0176147f74ad5d3c69660a4b.zip |
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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/nand')
-rw-r--r-- | target/linux/apm821xx/nand/config-default | 5 |
1 files changed, 0 insertions, 5 deletions
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 |