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 коммит произвёл Richard Weinberger
Родитель 6aa56115c7
Коммит f09c3fcf67
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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