From ead26e9db649a508ba93e7e8193ada70322620b1 Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Mon, 21 May 2018 12:12:33 +0300 Subject: kernel: disable DMA_{NOOP|VIRT}_OPS by default These options do not used by any supported arch, so disable them by default to make arch configs a bit more clean. Signed-off-by: Sergey Ryazanov --- target/linux/sunxi/config-4.14 | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/sunxi') diff --git a/target/linux/sunxi/config-4.14 b/target/linux/sunxi/config-4.14 index de3be917ca..de38c4e17c 100644 --- a/target/linux/sunxi/config-4.14 +++ b/target/linux/sunxi/config-4.14 @@ -146,12 +146,10 @@ CONFIG_DEFAULT_CFQ=y CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_DMADEVICES=y CONFIG_DMA_ENGINE=y -# CONFIG_DMA_NOOP_OPS is not set CONFIG_DMA_OF=y CONFIG_DMA_SUN4I=y CONFIG_DMA_SUN6I=y CONFIG_DMA_VIRTUAL_CHANNELS=y -# CONFIG_DMA_VIRT_OPS is not set CONFIG_DNOTIFY=y # CONFIG_DRM_LIB_RANDOM is not set CONFIG_DTC=y -- cgit v1.2.3