aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/Kconfig.arm64
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpuidle/Kconfig.arm64')
-rw-r--r--drivers/cpuidle/Kconfig.arm6413
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/cpuidle/Kconfig.arm64 b/drivers/cpuidle/Kconfig.arm64
new file mode 100644
index 000000000000..b83612c67e6d
--- /dev/null
+++ b/drivers/cpuidle/Kconfig.arm64
@@ -0,0 +1,13 @@
+#
+# ARM64 CPU Idle drivers
+#
+
+config ARM64_CPUIDLE
+ bool "Generic ARM64 CPU idle Driver"
+ select OF_IDLE_STATES
+ help
+ Select this to enable generic cpuidle driver for ARM v8.
+ It provides a generic idle driver whose idle states are configured
+ at run-time through DT nodes. The CPUidle suspend backend is
+ initialized by the device tree parsing code on matching the entry
+ method to the respective CPU operations.