Explorar o código

cpuidle: Default y on powerpc pSeries

We moved all our pSeries idle loops to the cpu idle framework
so we really want it to come up by default.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Benjamin Herrenschmidt %!s(int64=13) %!d(string=hai) anos
pai
achega
aa491ad3d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/cpuidle/Kconfig

+ 1 - 1
drivers/cpuidle/Kconfig

@@ -1,7 +1,7 @@
 
 config CPU_IDLE
 	bool "CPU idle PM support"
-	default ACPI
+	default y if ACPI || PPC_PSERIES
 	help
 	  CPU idle is a generic framework for supporting software-controlled
 	  idle processor power management.  It includes modular cross-platform