Commit f09c3fcf authored by Peter Foley's avatar Peter Foley Committed by Richard Weinberger
Browse files

um: put power options in a menu



Because having them all dumped at top-level is a bit messy.

Signed-off-by: default avatarPeter Foley <pefoley2@pefoley.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 6aa56115
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -243,4 +243,8 @@ source "arch/um/drivers/Kconfig"
config ARCH_SUSPEND_POSSIBLE
	def_bool y

menu "Power management options"

source "kernel/power/Kconfig"

endmenu