diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-10-28 18:42:01 -0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-12-08 19:22:51 -0500 |
commit | e00d8b2f447c02951306e3a474fc56c43e67f093 (patch) | |
tree | bd1a3823f19dfeb29abce5a1c0dfa50ca6e3e97a /arch/xtensa | |
parent | b2776bf7149bddd1f4161f14f79520f17fc1d71d (diff) |
xtensa: add power management menu to Kconfig
This allows using runtime power management feature on Xtensa.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 81f57e8c8f1b..697fb28104ca 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -414,6 +414,12 @@ source "fs/Kconfig.binfmt" | |||
414 | 414 | ||
415 | endmenu | 415 | endmenu |
416 | 416 | ||
417 | menu "Power management options" | ||
418 | |||
419 | source "kernel/power/Kconfig" | ||
420 | |||
421 | endmenu | ||
422 | |||
417 | source "net/Kconfig" | 423 | source "net/Kconfig" |
418 | 424 | ||
419 | source "drivers/Kconfig" | 425 | source "drivers/Kconfig" |