Kconfig revision 875f194c48ddae3797f8d61e98aacd8a8ecef927
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
13config ANDROID_LOGGER
14	tristate "Android log driver"
15	default n
16
17endmenu
18