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/ramips/rt3883 | |
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/ramips/rt3883')
-rw-r--r-- | target/linux/ramips/rt3883/config-4.14 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/rt3883/config-4.14 b/target/linux/ramips/rt3883/config-4.14 index 8e25057a67..a787213632 100644 --- a/target/linux/ramips/rt3883/config-4.14 +++ b/target/linux/ramips/rt3883/config-4.14 @@ -51,8 +51,6 @@ CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CSRC_R4K=y CONFIG_DEBUG_PINCTRL=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_DTB_RT3883_EVAL is not set CONFIG_DTB_RT_NONE=y |