Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: android: fix Kconfig issues

Wrap all ANDROID config items with a #if to keep from asking if you want
specific Android drivers even if you say N to CONFIG_ANDROID

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+4
+4
drivers/staging/android/Kconfig
··· 6 6 ---help--- 7 7 Enable support for various drivers needed on the Android platform 8 8 9 + if ANDROID 10 + 9 11 config ANDROID_BINDER_IPC 10 12 bool "Android Binder IPC Driver" 11 13 default n ··· 89 87 default N 90 88 ---help--- 91 89 Register processes to be killed when memory is low 90 + 91 + endif # if ANDROID 92 92 93 93 endmenu