aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/ia64/Kconfig1
-rw-r--r--kernel/power/Kconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index c84c88bbbbd7..55bc92ca2ce6 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -233,6 +233,7 @@ config IA64_SGI_UV
233config IA64_HP_SIM 233config IA64_HP_SIM
234 bool "Ski-simulator" 234 bool "Ski-simulator"
235 select SWIOTLB 235 select SWIOTLB
236 depends on !PM_RUNTIME
236 237
237endchoice 238endchoice
238 239
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index bbef57f5bdfd..3d39cc0228e9 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -131,7 +131,6 @@ config PM_WAKELOCKS_GC
131 131
132config PM_RUNTIME 132config PM_RUNTIME
133 bool "Run-time PM core functionality" 133 bool "Run-time PM core functionality"
134 depends on !IA64_HP_SIM
135 ---help--- 134 ---help---
136 Enable functionality allowing I/O devices to be put into energy-saving 135 Enable functionality allowing I/O devices to be put into energy-saving
137 (low power) states at run time (or autosuspended) after a specified 136 (low power) states at run time (or autosuspended) after a specified