Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752182AbdLCSeL (ORCPT ); Sun, 3 Dec 2017 13:34:11 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36030 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbdLCSeK (ORCPT ); Sun, 3 Dec 2017 13:34:10 -0500 X-Google-Smtp-Source: AGs4zMYovZ1Y4PmRx1iF3qhYmY/BKZ+A2qlxDf5KTDK1okql6ykbBjjwQCJ8e6L2lUl5VKVxxzbyPA== From: Vincent Legoll To: gregkh@linuxfoundation.org, arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: Vincent Legoll Subject: [PATCH] Make ANDROID a menuconfig to ease disabling it all Date: Sun, 3 Dec 2017 19:33:55 +0100 Message-Id: <20171203183355.18072-1-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 715 Lines: 28 No need to get into the submenu to disable all ANDROID-related config entries Signed-off-by: Vincent Legoll --- 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