aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/Kconfig
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2008-12-19 17:40:44 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:41 -0800
commit457b9a6f09f011ebcb9b52cc203a6331a6fc2de7 (patch)
tree74ab236474193ebefe9085bc24eeef315a7c899d /drivers/staging/android/Kconfig
parent6dc9c9e8b0b51abd9a332f5f4767df729848d579 (diff)
Staging: android: add binder driver
It builds, but not as a module, and with lots of warnings. I also had to fix up a few syntax errors to get it to build properly, I'm doubting that anyone has built it in a while :( Signed-off-by: Arve Hjønnevåg <arve@android.com> Signed-off-by: Brian Swetland <swetland@google.com> Cc: Robert Love <rlove@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/android/Kconfig')
-rw-r--r--drivers/staging/android/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 229f8d7439b..439a9fd8165 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -6,4 +6,8 @@ config ANDROID
---help---
Enable support for various drivers needed on the Android platform
+config ANDROID_BINDER_IPC
+ tristate "Android Binder IPC Driver"
+ default y
+
endmenu