projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa5611
)
um: put power options in a menu
author
Peter Foley
<pefoley2@pefoley.com>
Fri, 13 Jan 2023 16:56:11 +0000
(11:56 -0500)
committer
Richard Weinberger
<richard@nod.at>
Mon, 13 Feb 2023 09:14:31 +0000
(10:14 +0100)
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>
arch/um/Kconfig
patch
|
blob
|
history
diff --git
a/arch/um/Kconfig
b/arch/um/Kconfig
index
4db186f
..
dc36ea6
100644
(file)
--- a/
arch/um/Kconfig
+++ b/
arch/um/Kconfig
@@
-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