Skip to content

Commit

Permalink
Staging: android: add logging driver
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Love <rlove@google.com>
Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Robert Love authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 9279bcc commit 875f194
Show file tree
Hide file tree
Showing 4 changed files with 660 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 @@ -10,4 +10,8 @@ config ANDROID_BINDER_IPC
tristate "Android Binder IPC Driver"
default y

config ANDROID_LOGGER
tristate "Android log driver"
default n

endmenu
1 change: 1 addition & 0 deletions drivers/staging/android/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-$(CONFIG_ANDROID) += android.o
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o
obj-$(CONFIG_ANDROID_LOGGER) += logger.o
Loading

0 comments on commit 875f194

Please sign in to comment.