From 74b51b5a06dfff70fff94636eb6916de522dab05 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 15 Apr 2021 01:11:09 +0200 Subject: 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 --- target/linux/rockchip/armv8/config-5.10 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/rockchip/armv8') diff --git a/target/linux/rockchip/armv8/config-5.10 b/target/linux/rockchip/armv8/config-5.10 index e68534f2ae..5e5c7f2507 100644 --- a/target/linux/rockchip/armv8/config-5.10 +++ b/target/linux/rockchip/armv8/config-5.10 @@ -185,7 +185,6 @@ CONFIG_DMA_DIRECT_REMAP=y CONFIG_DMA_ENGINE=y CONFIG_DMA_OF=y CONFIG_DMA_OPS=y -# CONFIG_DMA_PERNUMA_CMA is not set CONFIG_DMA_REMAP=y CONFIG_DMA_SHARED_BUFFER=y CONFIG_DNOTIFY=y -- cgit v1.2.3