You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
|
|
#
|
||
|
|
# 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.
|