From 1deadfe3de452ce633317862079537a1c9db3013 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 (cherry picked from commit ead26e9db649a508ba93e7e8193ada70322620b1) --- target/linux/generic/config-4.14 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic') diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 5308155..9fa4bbd 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1117,7 +1117,9 @@ CONFIG_DEVPORT=y # CONFIG_DMA_API_DEBUG is not set # CONFIG_DMA_ENGINE is not set # CONFIG_DMA_FENCE_TRACE is not set +# CONFIG_DMA_NOOP_OPS is not set # CONFIG_DMA_SHARED_BUFFER is not set +# CONFIG_DMA_VIRT_OPS is not set # CONFIG_DM_CACHE is not set # CONFIG_DM_DEBUG is not set # CONFIG_DM_DELAY is not set -- cgit v1.1