diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2018-06-06 08:40:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-07 11:44:52 -0400 |
commit | 2e0e3a24ca50519219ebdd471e8b65043a10196b (patch) | |
tree | 55df3fa5c1caa8671de96be3a3d415892677ea40 /drivers/android | |
parent | 71bdd87f58f6791e50ddd7a078c47f9803c523ee (diff) |
android: binder: Drop dependency on !M68K
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>
Diffstat (limited to 'drivers/android')
-rw-r--r-- | drivers/android/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig index ee4880bfdcdc..432e9ad77070 100644 --- a/drivers/android/Kconfig +++ b/drivers/android/Kconfig | |||
@@ -10,7 +10,7 @@ if ANDROID | |||
10 | 10 | ||
11 | config ANDROID_BINDER_IPC | 11 | config ANDROID_BINDER_IPC |
12 | bool "Android Binder IPC Driver" | 12 | bool "Android Binder IPC Driver" |
13 | depends on MMU && !M68K | 13 | depends on MMU |
14 | default n | 14 | default n |
15 | ---help--- | 15 | ---help--- |
16 | Binder is used in Android for both communication between processes, | 16 | Binder is used in Android for both communication between processes, |