diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:12:32 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 07:54:42 +0200 |
commit | f928c338ad6c8215a5fe280473e37786157a2d05 (patch) | |
tree | ac84d40103c024c8adff2ef9137a1ac3da99e693 /target/linux/generic/config-4.14 | |
parent | a2418dba0214318f4ef22c5bd3f9204d0f092253 (diff) | |
download | upstream-f928c338ad6c8215a5fe280473e37786157a2d05.tar.gz upstream-f928c338ad6c8215a5fe280473e37786157a2d05.tar.bz2 upstream-f928c338ad6c8215a5fe280473e37786157a2d05.zip |
kernel: disable ARCH_WANTS_THP_SWAP by default
Only one arch (x86_64) enables this option. So disable
ARCH_WANTS_THP_SWAP by default and remove referencies to it from all
configs (except x86_64) to make them clean.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target/linux/generic/config-4.14')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 90ff264a79..5308155637 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -262,6 +262,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 # CONFIG_ARCH_VT8500 is not set # CONFIG_ARCH_VULCAN is not set # CONFIG_ARCH_W90X900 is not set +# CONFIG_ARCH_WANTS_THP_SWAP is not set # CONFIG_ARCH_WANTS_UBSAN_NO_NULL is not set # CONFIG_ARCH_WM8505 is not set # CONFIG_ARCH_WM8750 is not set |