From: Max Filippov Date: Tue, 28 Oct 2014 22:42:01 +0000 (+0300) Subject: xtensa: add power management menu to Kconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e00d8b2f447c02951306e3a474fc56c43e67f093;p=linux-beck.git xtensa: add power management menu to Kconfig This allows using runtime power management feature on Xtensa. Signed-off-by: Max Filippov --- 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" endmenu +menu "Power management options" + +source "kernel/power/Kconfig" + +endmenu + source "net/Kconfig" source "drivers/Kconfig"