From 1cf25a181bf85c16a030374e6256fb078ba70ba6 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Tue, 14 Oct 2008 10:00:47 -0400 Subject: ashmem for 2.6.27. Forward port of ashmem to 2.6.27. Signed-off-by: Robert Love --- init/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'init') 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 -- cgit v1.2.3