summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/Kconfig
blob: c8899581545ef8397a39d176b89449234640442c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menu "Android"

config ANDROID
	bool "Android Drivers"
	default N
	---help---
	  Enable support for various drivers needed on the Android platform

config ANDROID_BINDER_IPC
	tristate "Android Binder IPC Driver"
	default y

config ANDROID_LOGGER
	tristate "Android log driver"
	default n

endmenu
OpenPOWER on IntegriCloud