1 # SPDX-License-Identifier: GPL-2.0
7 Enable support for various drivers needed on the Android platform
11 config ANDROID_BINDER_IPC
12 bool "Android Binder IPC Driver"
16 Binder is used in Android for both communication between processes,
17 and remote method invocation.
19 This means one Android process can call a method/routine in another
20 Android process, using Binder to identify, invoke and pass arguments
21 between said processes.
23 config ANDROID_BINDER_DEVICES
24 string "Android Binder devices"
25 depends on ANDROID_BINDER_IPC
26 default "binder,hwbinder,vndbinder"
28 Default value for the binder.devices parameter.
30 The binder.devices parameter is a comma-separated list of strings
31 that specifies the names of the binder device nodes that will be
32 created. Each binder device has its own context manager, and is
33 therefore logically separated from the other devices.
35 config ANDROID_BINDER_IPC_SELFTEST
36 bool "Android Binder IPC Driver Selftest"
37 depends on ANDROID_BINDER_IPC
39 This feature allows binder selftest to run.
41 Binder selftest checks the allocation and free of binder buffers
42 exhaustively with combinations of various buffer sizes and