Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1624624

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

From Vincent Legoll <vincent.legoll@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] Make BCMA a menuconfig to ease disabling it all
Date 2017-04-17 12:10 +0200
Message-ID <txbLz-7Q4-9@gated-at.bofh.it> (permalink)
References <tw8G5-14T-1@gated-at.bofh.it> <txbLz-7Q4-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Make AMBA a menuconfig to ease disabling it all Vincent Legoll <vincent.legoll@gmail.com> - 2017-04-14 13:40 +0200
  Re: [PATCH] Make AMBA a menuconfig to ease disabling it all Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-04-14 13:50 +0200
    Re: [PATCH] Make AMBA a menuconfig to ease disabling it all Vincent Legoll <vincent.legoll@gmail.com> - 2017-04-14 14:40 +0200
      [PATCH RFC] Make BCMA a menuconfig to ease disabling it all Vincent Legoll <vincent.legoll@gmail.com> - 2017-04-17 12:10 +0200
        [PATCH] Make BCMA a menuconfig to ease disabling it all Vincent Legoll <vincent.legoll@gmail.com> - 2017-04-17 12:10 +0200
        Re: [PATCH RFC] Make BCMA a menuconfig to ease disabling it all Vincent Legoll <vincent.legoll@gmail.com> - 2017-04-17 12:20 +0200
  Re: [PATCH] Make AMBA a menuconfig to ease disabling it all kbuild test robot <lkp@intel.com> - 2017-04-14 16:10 +0200

csiph-web