From: JP Abgrall Date: Wed, 5 Feb 2014 20:29:34 +0000 (-0800) Subject: ARM: tegra: flounder: stick to 32bit binder for now. X-Git-Tag: firefly_0821_release~4090^2~385 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8179b7b7fe7e0ee85f670d109de6d7e3be46b2a9;p=firefly-linux-kernel-4.4.55.git ARM: tegra: flounder: stick to 32bit binder for now. Signed-off-by: JP Abgrall --- diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index a14e0b428c28..a802bc0bf4a4 100644 --- a/drivers/staging/android/Kconfig +++ b/drivers/staging/android/Kconfig @@ -21,6 +21,7 @@ config ANDROID_BINDER_IPC config ANDROID_BINDER_IPC_32BIT bool "Use old 32-bit binder api" + default y depends on !64BIT ---help--- Enable to support an old 32-bit Android user-space. Breaks the new