summaryrefslogtreecommitdiff
path: root/linux/drivers/cpuidle/Kconfig.powerpc
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/drivers/cpuidle/Kconfig.powerpc
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/drivers/cpuidle/Kconfig.powerpc')
-rw-r--r--linux/drivers/cpuidle/Kconfig.powerpc20
1 files changed, 20 insertions, 0 deletions
diff --git a/linux/drivers/cpuidle/Kconfig.powerpc b/linux/drivers/cpuidle/Kconfig.powerpc
new file mode 100644
index 00000000..66c3a095
--- /dev/null
+++ b/linux/drivers/cpuidle/Kconfig.powerpc
@@ -0,0 +1,20 @@
+#
+# 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.
+
+config POWERNV_CPUIDLE
+ bool "Cpuidle driver for powernv platforms"
+ depends on CPU_IDLE
+ depends on PPC_POWERNV
+ default y
+ help
+ Select this option to enable processor idle state management
+ through cpuidle subsystem.