Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7bf1fc4329aa2c31a80a882d695fbdded92036ca
Commit:     7bf1fc4329aa2c31a80a882d695fbdded92036ca
Parent:     78c1b0657475dbafa008c71e3ccdc32141d8c7c7
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Sun Jul 15 23:40:15 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Jul 16 09:05:43 2007 -0700

    kconfig: no STRANGE misc. devices
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/misc/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 29bc110..a92b872 100644
--- a/drivers/misc/Kconfig
+++ b/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"
@@ -196,4 +196,4 @@ config THINKPAD_ACPI_BAY
 
          If you are not sure, say Y here.
 
-endif # MISC_STRANGE_DEV
+endif # MISC_DEVICES
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to