aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-05-31 11:54:35 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:54:26 -0800
commit3d86109edf8073f43e5c7aaaa22ff43bc53e5d66 (patch)
treef2565f5b342888320fb84b008787fcc197a05aed /android
parent09a49337571c2371e6d94ef896ff81002d8590b6 (diff)
android: configs: Enable KSM support by default
This will be a noop unless the KSM thread is enabled by userspace Change-Id: Ia5fde14504cc0da50522e2f875d8d021f9e054ba Signed-off-by: Rom Lemarchand <romlem@google.com>
Diffstat (limited to 'android')
-rw-r--r--android/configs/android-recommended.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/configs/android-recommended.cfg b/android/configs/android-recommended.cfg
index 03e0c9139968..c3eee848689c 100644
--- a/android/configs/android-recommended.cfg
+++ b/android/configs/android-recommended.cfg
@@ -2,6 +2,7 @@ CONFIG_PANIC_TIMEOUT=5
CONFIG_KALLSYMS_ALL=y
CONFIG_PERF_EVENTS=y
CONFIG_COMPACTION=y
+CONFIG_KSM=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set