Przeglądaj źródła

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>
Randy Dunlap 18 lat temu
rodzic
commit
7bf1fc4329
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      drivers/misc/Kconfig

+ 3 - 3
drivers/misc/Kconfig

@@ -2,11 +2,11 @@
 # Misc strange devices
 # Misc strange devices
 #
 #
 
 
-menuconfig MISC_STRANGE_DEV
+menuconfig MISC_DEVICES
 	bool "Misc devices"
 	bool "Misc devices"
 	default y
 	default y
 
 
-if MISC_STRANGE_DEV
+if MISC_DEVICES
 
 
 config IBM_ASM
 config IBM_ASM
 	tristate "Device driver for IBM RSA service processor"
 	tristate "Device driver for IBM RSA service processor"
@@ -196,4 +196,4 @@ config THINKPAD_ACPI_BAY
 
 
 	  If you are not sure, say Y here.
 	  If you are not sure, say Y here.
 
 
-endif # MISC_STRANGE_DEV
+endif # MISC_DEVICES