Skip to content

Commit

Permalink
Staging: android: add binder driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
arve-android authored and gregkh committed Jan 6, 2009
1 parent 6dc9c9e commit 457b9a6
Show file tree
Hide file tree
Showing 4 changed files with 3,834 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/staging/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions drivers/staging/android/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_ANDROID) += android.o
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o
Loading

0 comments on commit 457b9a6

Please sign in to comment.