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:
Geert Uytterhoeven 2018-06-06 14:40:56 +02:00 committed by Greg Kroah-Hartman
parent 71bdd87f58
commit 2e0e3a24ca
1 changed files with 1 additions and 1 deletions

View File

@ -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,