From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 1/2] misc Kconfig: always ask for misc devices
Date: Wed, 29 Jan 2014 10:29:59 +0100 [thread overview]
Message-ID: <1390987800-18095-1-git-send-email-s.hauer@pengutronix.de> (raw)
The "Misc devices" menu does not enable anything by itself, so make it a
regular menu rather than a menuconfig.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
drivers/misc/Kconfig | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 606490b..e59c4f1 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -2,17 +2,11 @@
# Misc strange devices
#
-menuconfig MISC_DEVICES
- bool "Misc devices"
- help
- Add support for misc strange devices
-
-if MISC_DEVICES
+menu "Misc devices"
config JTAG
tristate "JTAG Bitbang driver"
depends on GENERIC_GPIO
help
Controls JTAG chains connected to I/O pins
-
-endif # MISC_DEVICES
+endmenu
--
1.8.5.3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-01-29 9:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 9:29 Sascha Hauer [this message]
2014-01-29 9:30 ` [PATCH 2/2] misc: Add devicetree SRAM driver Sascha Hauer
2014-01-29 10:26 ` Alexander Shiyan
2014-01-29 20:35 ` Sascha Hauer
2014-01-30 6:35 ` Alexander Shiyan
2014-01-30 6:47 ` Jean-Christophe PLAGNIOL-VILLARD
2014-01-30 7:41 ` Sascha Hauer
2014-01-31 8:13 ` Jean-Christophe PLAGNIOL-VILLARD
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=1390987800-18095-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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