2 # ARM64 CPU Idle drivers
6 bool "Generic ARM64 CPU idle Driver"
7 select ARM64_CPU_SUSPEND
10 Select this to enable generic cpuidle driver for ARM64.
11 It provides a generic idle driver whose idle states are configured
12 at run-time through DT nodes. The CPUidle suspend backend is
13 initialized by calling the CPU operations init idle hook
14 provided by architecture code.