Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 376df37a authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Linus Torvalds
Browse files

Use menuconfig objects II - misc strange dev



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: default avatarJan Engelhardt <jengelh@gmx.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bcf6b4bb
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2,7 +2,11 @@
# 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"
@@ -192,4 +196,4 @@ config THINKPAD_ACPI_BAY

	  If you are not sure, say Y here.

endmenu
endif # MISC_STRANGE_DEV