Merge remote-tracking branch 'lsk/v3.10/topic/cpufreq' into linux-linaro-lsk
[firefly-linux-kernel-4.4.55.git] / drivers / cpuidle / Kconfig.arm64
1 #
2 # ARM64 CPU Idle drivers
3 #
4
5 config ARM64_CPUIDLE
6         bool "Generic ARM64 CPU idle Driver"
7         select OF_IDLE_STATES
8         help
9           Select this to enable generic cpuidle driver for ARM v8.
10           It provides a generic idle driver whose idle states are configured
11           at run-time through DT nodes. The CPUidle suspend backend is
12           initialized by the device tree parsing code on matching the entry
13           method to the respective CPU operations.