From: Randy Dunlap Date: Mon, 16 Jul 2007 06:40:15 +0000 (-0700) Subject: kconfig: no STRANGE misc. devices X-Git-Tag: v2.6.23-rc1~915 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7bf1fc4329aa2c31a80a882d695fbdded92036ca;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 29bc1105d1b..a92b8728b90 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