From 8179b7b7fe7e0ee85f670d109de6d7e3be46b2a9 Mon Sep 17 00:00:00 2001 From: JP Abgrall Date: Wed, 5 Feb 2014 12:29:34 -0800 Subject: [PATCH] ARM: tegra: flounder: stick to 32bit binder for now. Signed-off-by: JP Abgrall --- drivers/staging/android/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1