aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2014-10-29 15:26:25 +0300
committerVineet Gupta <vgupta@synopsys.com>2014-11-03 18:05:43 +0530
commit996bad6cb3510d726d435c6802294ac289418608 (patch)
tree55f0e6b99be577c90af2e15054bab14414e752f4 /arch/arc
parentLinux 3.18-rc3 (diff)
downloadlinux-dev-996bad6cb3510d726d435c6802294ac289418608.tar.xz
linux-dev-996bad6cb3510d726d435c6802294ac289418608.zip
ARC: add power management options
Even though ARC cores itself don't have any power management except SLEEP state it's possible to use power management features of selected peripherals. For example USB OTG requires PM_RUNTIME which is only available if kernel/power/Kconfig is sourced by architecture. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index fe44b2494609..df94ac1f75b6 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -428,3 +428,4 @@ source "arch/arc/Kconfig.debug"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
+source "kernel/power/Kconfig"