From d162cf5720fb2623c14a35a4b14981789859d400 Mon Sep 17 00:00:00 2001 From: Sean McNeil Date: Wed, 19 Nov 2008 17:11:13 +0000 Subject: android-tracking.patch Minimal set of kernel changes to support Android operation. Note arch/arm/configs/gta02-android-defconfig --- init/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'init') diff --git a/init/Kconfig b/init/Kconfig index 86b00c53fad..4fe525fac89 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -732,6 +732,24 @@ config AIO by some high performance threaded applications. Disabling this option saves about 7k. +config ASHMEM + bool "Enable Android's 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 ASHMEM + bool "Enable Android's 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