7 Enable support for various drivers needed on the Android platform
11 config ANDROID_BINDER_IPC
12 bool "Android Binder IPC Driver"
16 bool "Enable the Anonymous Shared Memory Subsystem"
18 depends on SHMEM || TINY_SHMEM
20 The ashmem subsystem is a new shared memory allocator, similar to
21 POSIX SHM but with different behavior and sporting a simpler
25 tristate "Android log driver"
28 config ANDROID_TIMED_OUTPUT
29 bool "Timed output class driver"
32 config ANDROID_TIMED_GPIO
33 tristate "Android timed gpio driver"
34 depends on GENERIC_GPIO && ANDROID_TIMED_OUTPUT
37 config ANDROID_LOW_MEMORY_KILLER
38 bool "Android Low Memory Killer"
41 Register processes to be killed when memory is low
43 config ANDROID_INTF_ALARM_DEV
44 bool "Android alarm driver"
48 Provides non-wakeup and rtc backed wakeup alarms based on rtc or
49 elapsed realtime, and a non-wakeup alarm on the monotonic clock.
50 Also exports the alarm interface to user-space.