6 Enable support for various drivers needed on the Android platform
10 config ANDROID_BINDER_IPC
11 bool "Android Binder IPC Driver"
15 Binder is used in Android for both communication between processes,
16 and remote method invocation.
18 This means one Android process can call a method/routine in another
19 Android process, using Binder to identify, invoke and pass arguments
20 between said processes.
22 config ANDROID_BINDER_IPC_32BIT
24 depends on !64BIT && ANDROID_BINDER_IPC
27 The Binder API has been changed to support both 32 and 64bit
28 applications in a mixed environment.
30 Enable this to support an old 32-bit Android user-space (v4.4 and
33 Note that enabling this will break newer Android user-space.