[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211230145002.7120-1-jengelh@inai.de>
Date: Thu, 30 Dec 2021 15:50:02 +0100
From: Jan Engelhardt <jengelh@...i.de>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, tkjos@...roid.com
Subject: [PATCH] android: use "menuconfig" menu entry type for CONFIG_ANDROID
Allow disabling the Android driver section from within the Device
Drivers submenu, without having to descend into the Android drivers
submenu first.
Signed-off-by: Jan Engelhardt <jengelh@...i.de>
---
drivers/android/Kconfig | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig
index 53b22e26266c..dc0a373ab879 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
@@ -55,5 +53,3 @@ config ANDROID_BINDER_IPC_SELFTEST
alignments.
endif # if ANDROID
-
-endmenu
--
2.34.1
Powered by blists - more mailing lists