projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71bdd87
)
android: binder: Drop dependency on !M68K
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 6 Jun 2018 12:40:56 +0000
(14:40 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 7 Jul 2018 15:44:52 +0000
(17:44 +0200)
As of commit
7124330dabe5b3cb
("m68k/uaccess: Revive 64-bit
get_user()"), the 64-bit Android binder interface builds fine on m68k.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/android/Kconfig
b/drivers/android/Kconfig
index ee4880bfdcdc98d21f139bdce51bb5776f3f17ab..432e9ad7707032758b6025930dad941a5a735e21 100644
(file)
--- a/
drivers/android/Kconfig
+++ b/
drivers/android/Kconfig
@@
-10,7
+10,7
@@
if ANDROID
config ANDROID_BINDER_IPC
bool "Android Binder IPC Driver"
- depends on MMU
&& !M68K
+ depends on MMU
default n
---help---
Binder is used in Android for both communication between processes,