Lorenzo Pieralisi | 3299b63 | 2014-02-28 13:03:44 +0000 | [diff] [blame] | 1 | # |
| 2 | # ARM64 CPU Idle drivers |
| 3 | # |
| 4 | |
| 5 | config ARM64_CPUIDLE |
| 6 | bool "Generic ARM64 CPU idle Driver" |
Lorenzo Pieralisi | 3299b63 | 2014-02-28 13:03:44 +0000 | [diff] [blame] | 7 | select DT_IDLE_STATES |
| 8 | help |
| 9 | Select this to enable generic cpuidle driver for ARM64. |
| 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 calling the CPU operations init idle hook |
| 13 | provided by architecture code. |