Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu",
so that the user can disable all the options in that menu at once
instead of having to disable each option separately.
Signed-off-by: Jan Engelhardt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
# Misc strange devices
#
-menu "Misc devices"
+menuconfig MISC_STRANGE_DEV
+ bool "Misc devices"
+ default y
+
+if MISC_STRANGE_DEV
config IBM_ASM
tristate "Device driver for IBM RSA service processor"
If you are not sure, say Y here.
-endmenu
+endif # MISC_STRANGE_DEV