Kconfig revision 457b9a6f09f011ebcb9b52cc203a6331a6fc2de7
1menu "Android"
2
3config ANDROID
4	bool "Android Drivers"
5	default N
6	---help---
7	  Enable support for various drivers needed on the Android platform
8
9config ANDROID_BINDER_IPC
10	tristate "Android Binder IPC Driver"
11	default y
12
13endmenu
14