diff options
author | Rom Lemarchand <romlem@google.com> | 2013-05-31 11:54:35 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2013-07-01 14:16:26 -0700 |
commit | 81dce1aa81e0a20452845569ecb3fc796702f6b1 (patch) | |
tree | 9e4ef84b76246f895f79db05091beaaedb6c0667 /android/configs | |
parent | b26be50b8e3c28f1f2df26ee28f83bc45a94911e (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/configs')
-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 |