From: Vincent Legoll <vincent.legoll@gmail.com>
To: linux-kernel@vger.kernel.org, zajec5@gmail.com,
linux-wireless@vger.kernel.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [PATCH] Make BCMA a menuconfig to ease disabling it all
Date: Mon, 17 Apr 2017 12:07:30 +0200 [thread overview]
Message-ID: <20170417100730.3648-2-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20170417100730.3648-1-vincent.legoll@gmail.com>
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
next prev parent reply other threads:[~2017-04-17 10:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CAEwRq=oz=8T489QZtjcHB03rv_mFY6WAyOUkgMTOrsJuDEPPdw@mail.gmail.com>
2017-04-17 10:07 ` [PATCH RFC] Make BCMA a menuconfig to ease disabling it all Vincent Legoll
2017-04-17 10:07 ` Vincent Legoll [this message]
2017-05-19 6:08 ` Kalle Valo
2017-08-08 11:45 ` bcma: make " Kalle Valo
2017-04-17 10:11 ` [PATCH RFC] Make " Vincent Legoll
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170417100730.3648-2-vincent.legoll@gmail.com \
--to=vincent.legoll@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=zajec5@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).