Initial Samsung SPH-L900 Update 1 source
/drivers/staging/android/Kconfig
blob:247194992374b233bc80e9e5cd5f6ca269f27e28 -> blob:4aa14949902ae7a5bef1c2ed3fe4a2b8dd79a17c
--- drivers/staging/android/Kconfig
+++ drivers/staging/android/Kconfig
@@ -90,6 +90,15 @@ config ANDROID_LOW_MEMORY_KILLER
---help---
Register processes to be killed when memory is low
+config ANDROID_LOW_MEMORY_KILLER_AUTODETECT_OOM_ADJ_VALUES
+ bool "Android Low Memory Killer: detect oom_adj values"
+ depends on ANDROID_LOW_MEMORY_KILLER
+ default y
+ ---help---
+ Detect oom_adj values written to
+ /sys/module/lowmemorykiller/parameters/adj and convert them
+ to oom_score_adj values.
+
endif # if ANDROID
endmenu