aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-5.10
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-04-15 01:11:09 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-17 21:56:05 +0200
commit74b51b5a06dfff70fff94636eb6916de522dab05 (patch)
tree0b06f39d90d0670f69ac1011849ba0efaa1b15c4 /target/linux/generic/config-5.10
parentcee5df00c051ea69afd4f7bdaf84df94bfebf0f2 (diff)
downloadupstream-74b51b5a06dfff70fff94636eb6916de522dab05.tar.gz
upstream-74b51b5a06dfff70fff94636eb6916de522dab05.tar.bz2
upstream-74b51b5a06dfff70fff94636eb6916de522dab05.zip
kernel: Disable CONFIG_DMA_PERNUMA_CMA by default
This CMA memory allocation option only applies to NUMA (Non-Uniform Memory Access) systems which are seldom the kind of systems that OpenWRT address. It is safe to assume that any system that need this option would turn it on locally. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'target/linux/generic/config-5.10')
-rw-r--r--target/linux/generic/config-5.101
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index e7751969f6..ef62b78483 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -1354,6 +1354,7 @@ CONFIG_DMA_DECLARE_COHERENT=y
# CONFIG_DMA_JZ4780 is not set
CONFIG_DMA_NONCOHERENT_MMAP=y
# CONFIG_DMA_NOOP_OPS is not set
+# CONFIG_DMA_PERNUMA_CMA is not set
# CONFIG_DMA_SHARED_BUFFER is not set
# CONFIG_DMA_VIRT_OPS is not set
# CONFIG_DM_CACHE is not set