staging: Fix build issues with new binder API
authorJohn Stultz <john.stultz@linaro.org>
Wed, 26 Feb 2014 22:29:07 +0000 (14:29 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 19:12:24 +0000 (11:12 -0800)
commitd0bdff0db809696ebc7b58234f3ff4166844c2cd
tree2c9d58a831c06e097ee515ef58a90bc71ee4a72d
parentf5bde4476b4bdfca369c26a5ef3649567fffd54c
staging: Fix build issues with new binder API

The new 64bit binder API causes build issues on 32bit ARM
due to the lack of 64bit __get_user_asm_* implementation.

Until that implementation is done, remove the choice for
32bit ARM, automatically enabling the old 32bit binder
protocol.

This can be reverted once a 64bit __get_user_asm_*
implementation is merged.

Cc: Colin Cross <ccross@android.com>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: Serban Constantinescu <serban.constantinescu@arm.com>
Cc: Android Kernel Team <kernel-team@android.com>
Reported-by: Arnd Bergmann <arnd.bergmann@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig
This page took 0.029576 seconds and 5 git commands to generate.