diff options
author | Rom Lemarchand <romlem@google.com> | 2013-05-31 11:54:35 -0700 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-21 22:35:14 -0500 |
commit | ddeab43f5e9145c8a468452e0956e5b3703c8bf6 (patch) | |
tree | ccc978393ec477ac711d1b27800710d7076b98fb /android | |
parent | dc65fcf9d2a5f7a44437419475fe5b2d56b46da7 (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.cfg | 1 |
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 |