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/ath79/config-4.14 | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/ath79/config-4.14') diff --git a/target/linux/ath79/config-4.14 b/target/linux/ath79/config-4.14 index db935d179e..605a9b4e4a 100644 --- a/target/linux/ath79/config-4.14 +++ b/target/linux/ath79/config-4.14 @@ -54,8 +54,6 @@ CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CSRC_R4K=y CONFIG_DMA_NONCOHERENT=y -# CONFIG_DMA_NOOP_OPS is not set -# CONFIG_DMA_VIRT_OPS is not set # CONFIG_DRM_LIB_RANDOM is not set CONFIG_DTC=y CONFIG_EARLY_PRINTK=y -- cgit v1.2.3