aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/Kconfig.arm64
blob: d0a08ed1b2ee62823e3f457a1ebf4905a41332f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# ARM64 CPU Idle drivers
#

config ARM64_CPUIDLE
	bool "Generic ARM64 CPU idle Driver"
	select ARM64_CPU_SUSPEND
	select DT_IDLE_STATES
	help
	  Select this to enable generic cpuidle driver for ARM64.
	  It provides a generic idle driver whose idle states are configured
	  at run-time through DT nodes. The CPUidle suspend backend is
	  initialized by calling the CPU operations init idle hook
	  provided by architecture code.