um: put power options in a menu

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

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Peter Foley 2023-01-13 11:56:11 -05:00 committed by Richard Weinberger
parent 6aa56115c7
commit f09c3fcf67
1 changed files with 4 additions and 0 deletions

View File

@ -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