summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/Kconfig.powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpuidle/Kconfig.powerpc')
-rw-r--r--drivers/cpuidle/Kconfig.powerpc11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/cpuidle/Kconfig.powerpc b/drivers/cpuidle/Kconfig.powerpc
new file mode 100644
index 000000000000..8147de522a96
--- /dev/null
+++ b/drivers/cpuidle/Kconfig.powerpc
@@ -0,0 +1,11 @@
+#
+# POWERPC CPU Idle Drivers
+#
+config PSERIES_CPUIDLE
+ bool "Cpuidle driver for pSeries platforms"
+ depends on CPU_IDLE
+ depends on PPC_PSERIES
+ default y
+ help
+ Select this option to enable processor idle state management
+ through cpuidle subsystem.