aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2007-07-16 02:40:15 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-16 12:05:43 -0400
commit7bf1fc4329aa2c31a80a882d695fbdded92036ca (patch)
tree5b07ca13ad969b5fd178eeadb350d7a355d8a994 /drivers
parent78c1b0657475dbafa008c71e3ccdc32141d8c7c7 (diff)
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 <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/Kconfig6
1 files changed, 3 insertions, 3 deletions
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 @@
2# Misc strange devices 2# Misc strange devices
3# 3#
4 4
5menuconfig MISC_STRANGE_DEV 5menuconfig MISC_DEVICES
6 bool "Misc devices" 6 bool "Misc devices"
7 default y 7 default y
8 8
9if MISC_STRANGE_DEV 9if MISC_DEVICES
10 10
11config IBM_ASM 11config IBM_ASM
12 tristate "Device driver for IBM RSA service processor" 12 tristate "Device driver for IBM RSA service processor"
@@ -196,4 +196,4 @@ config THINKPAD_ACPI_BAY
196 196
197 If you are not sure, say Y here. 197 If you are not sure, say Y here.
198 198
199endif # MISC_STRANGE_DEV 199endif # MISC_DEVICES