staging: android: asmem: make selectable as module
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 22:43:06 +0000 (01:43 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 23:54:43 +0000 (02:54 +0300)
Seems to work that way, not tested extensively though.
Needs export symbol hacks.

drivers/staging/android/Kconfig

index eb1dee2..b6b07a1 100644 (file)
@@ -13,7 +13,7 @@ config ANDROID_BINDER_IPC
        default n
 
 config ASHMEM
-       bool "Enable the Anonymous Shared Memory Subsystem"
+       tristate "Enable the Anonymous Shared Memory Subsystem"
        default n
        depends on SHMEM || TINY_SHMEM
        help