From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@linux-foundation.org>
Subject: [PATCH] kconfig: no STRANGE misc. devices
Date: Fri, 25 May 2007 11:53:47 -0700 [thread overview]
Message-ID: <20070525115347.c9d1ef64.randy.dunlap@oracle.com> (raw)
From: Randy Dunlap <randy.dunlap@oracle.com>
This config symbol name is confusing and unneeded/unwanted, so just
change it to MISC_DEVICES.
*
* Misc devices
*
Misc devices (MISC_STRANGE_DEV) [Y/n] (NEW)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/misc/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- linux-2.6.22-rc2-mm1.orig/drivers/misc/Kconfig
+++ linux-2.6.22-rc2-mm1/drivers/misc/Kconfig
@@ -2,11 +2,11 @@
# Misc strange devices
#
-menuconfig MISC_STRANGE_DEV
+menuconfig MISC_DEVICES
bool "Misc devices"
default y
-if MISC_STRANGE_DEV
+if MISC_DEVICES
config IBM_ASM
tristate "Device driver for IBM RSA service processor"
@@ -205,4 +205,4 @@ config EEPROM_93CX6
This is a driver for the EEPROM chipsets 93c46 and 93c66.
The driver supports both read as well as write commands.
-endif # MISC_STRANGE_DEV
+endif # MISC_DEVICES
reply other threads:[~2007-05-25 18:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20070525115347.c9d1ef64.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.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
Powered by JetHome