xtensa: support DMA buffers in high memory
[cris-mirror.git] / drivers / staging / android / Kconfig
blob71a50b99caff160b9f5603ac4229f87c84cacb09
1 menu "Android"
3 if ANDROID
5 config ASHMEM
6         bool "Enable the Anonymous Shared Memory Subsystem"
7         default n
8         depends on SHMEM
9         ---help---
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.
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.
17 source "drivers/staging/android/ion/Kconfig"
19 endif # if ANDROID
21 endmenu