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-24 17:24:30 +0200 |
commit | 1deadfe3de452ce633317862079537a1c9db3013 (patch) | |
tree | 34e657c289f5f98cf5162324f844e2b3d564a7cc /target/linux/octeon/config-4.14 | |
parent | 95922e16d7093c1ac68fc58ac147f0bb327e1d9e (diff) | |
download | mtk-20170518-1deadfe3de452ce633317862079537a1c9db3013.zip mtk-20170518-1deadfe3de452ce633317862079537a1c9db3013.tar.gz mtk-20170518-1deadfe3de452ce633317862079537a1c9db3013.tar.bz2 |
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>
(cherry picked from commit ead26e9db649a508ba93e7e8193ada70322620b1)
Diffstat (limited to 'target/linux/octeon/config-4.14')
-rw-r--r-- | target/linux/octeon/config-4.14 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/octeon/config-4.14 b/target/linux/octeon/config-4.14 index 4a928cf..37410d6 100644 --- a/target/linux/octeon/config-4.14 +++ b/target/linux/octeon/config-4.14 @@ -89,8 +89,6 @@ CONFIG_DEBUG_SPINLOCK=y CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 CONFIG_DETECT_HUNG_TASK=y CONFIG_DMA_COHERENT=y -# CONFIG_DMA_NOOP_OPS is not set -# CONFIG_DMA_VIRT_OPS is not set CONFIG_DNOTIFY=y # CONFIG_DRM_LIB_RANDOM is not set CONFIG_DTC=y |