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]>
# 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"
If you are not sure, say Y here.
-endif # MISC_STRANGE_DEV
+endif # MISC_DEVICES