summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRobert Love <rlove@google.com>2008-10-14 10:00:47 -0400
committerArve Hjønnevåg <arve@android.com>2009-04-07 16:43:10 -0700
commit1cf25a181bf85c16a030374e6256fb078ba70ba6 (patch)
tree07273a608d78896f9307e2670b392dd7bfceb548 /init
parent6011858e8f7f8063b2e3e6f730006dbeaec63994 (diff)
ashmem for 2.6.27.
Forward port of ashmem to 2.6.27. Signed-off-by: Robert Love <rlove@google.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 0822e308b971..bc991549ee6d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -863,6 +863,15 @@ config AIO
by some high performance threaded applications. Disabling
this option saves about 7k.
+config ASHMEM
+ bool "Enable the Anonymous Shared Memory Subsystem"
+ default n
+ depends on SHMEM || TINY_SHMEM
+ help
+ The ashmem subsystem is a new shared memory allocator, similar to
+ POSIX SHM but with different behavior and sporting a simpler
+ file-based API.
+
config VM_EVENT_COUNTERS
default y
bool "Enable VM event counters for /proc/vmstat" if EMBEDDED