diff options
author | Kyle Repinski <repinski23@gmail.com> | 2016-10-07 02:58:38 -0500 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2016-10-29 01:33:58 +0200 |
commit | 643a326c45fb2ca90d02f098e5d4bae2d1109d04 (patch) | |
tree | 45b021847b3be91fd9d5fdf1abbb59fa09089f13 /init | |
parent | 0e24f3291247cea524ea5cb865a8a01abe2f5d5b (diff) | |
download | kernel_samsung_tuna-643a326c45fb2ca90d02f098e5d4bae2d1109d04.zip kernel_samsung_tuna-643a326c45fb2ca90d02f098e5d4bae2d1109d04.tar.gz kernel_samsung_tuna-643a326c45fb2ca90d02f098e5d4bae2d1109d04.tar.bz2 |
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/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig index 1115d2f..676b9ed 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 |