Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932903AbdDQKHv (ORCPT ); Mon, 17 Apr 2017 06:07:51 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34958 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932599AbdDQKHs (ORCPT ); Mon, 17 Apr 2017 06:07:48 -0400 From: Vincent Legoll To: linux-kernel@vger.kernel.org, zajec5@gmail.com, linux-wireless@vger.kernel.org Cc: Vincent Legoll Subject: [PATCH] Make BCMA a menuconfig to ease disabling it all Date: Mon, 17 Apr 2017 12:07:30 +0200 Message-Id: <20170417100730.3648-2-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170417100730.3648-1-vincent.legoll@gmail.com> References: <20170417100730.3648-1-vincent.legoll@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 833 Lines: 33 No need to get into the submenu to disable all BCMA-related config entries Signed-off-by: Vincent Legoll --- drivers/bcma/Kconfig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index b5c48a8..54f81c5 100644 --- a/drivers/bcma/Kconfig +++ b/drivers/bcma/Kconfig @@ -3,11 +3,8 @@ config BCMA_POSSIBLE depends on HAS_IOMEM && HAS_DMA default y -menu "Broadcom specific AMBA" - depends on BCMA_POSSIBLE - -config BCMA - tristate "BCMA support" +menuconfig BCMA + tristate "Broadcom specific AMBA" depends on BCMA_POSSIBLE help Bus driver for Broadcom specific Advanced Microcontroller Bus @@ -117,5 +114,3 @@ config BCMA_DEBUG This turns on additional debugging messages. If unsure, say N - -endmenu -- 2.9.3