Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d604fc99 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3dffc827
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,8 @@ config ANDROID
	---help---
	---help---
	  Enable support for various drivers needed on the Android platform
	  Enable support for various drivers needed on the Android platform


if ANDROID

config ANDROID_BINDER_IPC
config ANDROID_BINDER_IPC
	bool "Android Binder IPC Driver"
	bool "Android Binder IPC Driver"
	default n
	default n
@@ -88,4 +90,6 @@ config ANDROID_LOW_MEMORY_KILLER
	---help---
	---help---
	  Register processes to be killed when memory is low
	  Register processes to be killed when memory is low


endif # if ANDROID

endmenu
endmenu