kernelconfig_penguin

Android Binder IPC Driver

modulename: binder.ko
configname: CONFIG_ANDROID_BINDER_IPC

Linux Kernel Configuration
└─> Device Drivers
└─> Android
└─> Android Binder IPC Driver

Binder is used in Android for both communication between processes,
and remote method invocation.

This means one Android process can call a method/routine in another
Android process, using Binder to identify, invoke and pass arguments
between said processes.


source code:


drivers/android/