]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: android: remove dependency on TINY_SHMEM
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 14 Mar 2013 09:41:39 +0000 (10:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Mar 2013 20:40:58 +0000 (13:40 -0700)
The Kconfig entry for the "Anonymous Shared Memory Subsystem" got added
in v3.3. It has an optional dependency on TINY_SHMEM. But TINY_SHMEM had
already been removed in v2.6.29. So this optional dependency can safely
be removed too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig

index cc406cc8b8d1efe9e4b3fff41342dbca07b1b241..9f61d46da157ed031c67a102ba6584fbfb022d05 100644 (file)
@@ -22,7 +22,7 @@ config ANDROID_BINDER_IPC
 config ASHMEM
        bool "Enable the Anonymous Shared Memory Subsystem"
        default n
-       depends on SHMEM || TINY_SHMEM
+       depends on SHMEM
        ---help---
          The ashmem subsystem is a new shared memory allocator, similar to
          POSIX SHM but with different behavior and sporting a simpler