Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / android / Kconfig
CommitLineData
355b0502
GKH
1menu "Android"
2
355b0502
GKH
3if ANDROID
4
11980c2a
RL
5config ASHMEM
6 bool "Enable the Anonymous Shared Memory Subsystem"
7 default n
2c0fb1c9 8 depends on SHMEM
d7f9729f 9 ---help---
11980c2a
RL
10 The ashmem subsystem is a new shared memory allocator, similar to
11 POSIX SHM but with different behavior and sporting a simpler
12 file-based API.
13
d7f9729f
CJB
14 It is, in theory, a good memory allocator for low-memory devices,
15 because it can discard shared memory units when under memory pressure.
16
355b0502
GKH
17config ANDROID_LOW_MEMORY_KILLER
18 bool "Android Low Memory Killer"
355b0502 19 ---help---
ad5b0d07
JT
20 Registers processes to be killed when low memory conditions, this is useful
21 as there is no particular swap space on android.
22
b5b7fe86 23 The registered process will kill according to the priorities in android init
ad5b0d07
JT
24 scripts (/init.rc), and it defines priority values with minimum free memory size
25 for each priority.
355b0502 26
c30707be
RSZ
27source "drivers/staging/android/ion/Kconfig"
28
355b0502
GKH
29endif # if ANDROID
30
31endmenu
This page took 0.534174 seconds and 5 git commands to generate.