[PATCH] Make ANDROID a menuconfig to ease disabling it all

From: Vincent Legoll
Date: Sun Dec 03 2017 - 13:34:20 EST


No need to get into the submenu to disable all ANDROID-related config entries

Signed-off-by: Vincent Legoll <vincent.legoll@xxxxxxxxx>
---
drivers/android/Kconfig | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig
index 7dce3795b887..e9434777acba 100644
--- a/drivers/android/Kconfig
+++ b/drivers/android/Kconfig
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
-menu "Android"
-
-config ANDROID
+menuconfig ANDROID
bool "Android Drivers"
---help---
Enable support for various drivers needed on the Android platform
@@ -56,5 +54,3 @@ config ANDROID_BINDER_IPC_SELFTEST
alignments.

endif # if ANDROID
-
-endmenu
--
2.11.0