diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:12:33 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 07:54:49 +0200 |
commit | ead26e9db649a508ba93e7e8193ada70322620b1 (patch) | |
tree | 36c9dec9fb54f7a9f9a650ee782447e35db8ff40 /target/linux/generic | |
parent | f928c338ad6c8215a5fe280473e37786157a2d05 (diff) | |
download | upstream-ead26e9db649a508ba93e7e8193ada70322620b1.tar.gz upstream-ead26e9db649a508ba93e7e8193ada70322620b1.tar.bz2 upstream-ead26e9db649a508ba93e7e8193ada70322620b1.zip |
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 <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 5308155637..9fa4bbd1f3 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 |