projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2776bf
)
xtensa: add power management menu to Kconfig
author
Max Filippov
<jcmvbkbc@gmail.com>
Tue, 28 Oct 2014 22:42:01 +0000
(
01:42
+0300)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Tue, 9 Dec 2014 00:22:51 +0000
(
03:22
+0300)
This allows using runtime power management feature on Xtensa.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/Kconfig
patch
|
blob
|
history
diff --git
a/arch/xtensa/Kconfig
b/arch/xtensa/Kconfig
index 81f57e8c8f1be91f6cffea3b157b6bead7a541e1..697fb28104ca717ee48a9993c70c459c210b1b58 100644
(file)
--- a/
arch/xtensa/Kconfig
+++ b/
arch/xtensa/Kconfig
@@
-414,6
+414,12
@@
source "fs/Kconfig.binfmt"
endmenu
+menu "Power management options"
+
+source "kernel/power/Kconfig"
+
+endmenu
+
source "net/Kconfig"
source "drivers/Kconfig"