aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2016-10-07 02:58:38 -0500
committerZiyan <jaraidaniel@gmail.com>2016-10-29 01:33:58 +0200
commit643a326c45fb2ca90d02f098e5d4bae2d1109d04 (patch)
tree45b021847b3be91fd9d5fdf1abbb59fa09089f13 /init
parent0e24f3291247cea524ea5cb865a8a01abe2f5d5b (diff)
downloadkernel_samsung_tuna-643a326c45fb2ca90d02f098e5d4bae2d1109d04.tar.gz
kernel_samsung_tuna-643a326c45fb2ca90d02f098e5d4bae2d1109d04.tar.bz2
kernel_samsung_tuna-643a326c45fb2ca90d02f098e5d4bae2d1109d04.zip
ashmem: Move to drivers/staging/android; fix odd merges.
Change-Id: Ie8d4dea92c9bc9c5efe69886db05f93b3487f3a4 Signed-off-by: Kyle Repinski <repinski23@gmail.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 1115d2ff6c9..676b9ed93bf 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1102,15 +1102,6 @@ config SHMEM
option replaces shmem and tmpfs with the much simpler ramfs code,
which may be appropriate on small systems without swap.
-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 AIO
bool "Enable AIO support" if EXPERT
default y