forked from luck/tmp_suning_uos_patched
android: binder: Drop dependency on !M68K
As of commit 7124330dab
("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>
This commit is contained in:
parent
71bdd87f58
commit
2e0e3a24ca
|
@ -10,7 +10,7 @@ if ANDROID
|
||||||
|
|
||||||
config ANDROID_BINDER_IPC
|
config ANDROID_BINDER_IPC
|
||||||
bool "Android Binder IPC Driver"
|
bool "Android Binder IPC Driver"
|
||||||
depends on MMU && !M68K
|
depends on MMU
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Binder is used in Android for both communication between processes,
|
Binder is used in Android for both communication between processes,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user