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
22 lines
490 B
Plaintext
22 lines
490 B
Plaintext
|
|
#
|
||
|
|
# ARM CPU Idle drivers
|
||
|
|
#
|
||
|
|
|
||
|
|
config ARM_HIGHBANK_CPUIDLE
|
||
|
|
bool "CPU Idle Driver for Calxeda processors"
|
||
|
|
depends on ARCH_HIGHBANK
|
||
|
|
select ARM_CPU_SUSPEND
|
||
|
|
help
|
||
|
|
Select this to enable cpuidle on Calxeda processors.
|
||
|
|
|
||
|
|
config ARM_KIRKWOOD_CPUIDLE
|
||
|
|
bool "CPU Idle Driver for Marvell Kirkwood SoCs"
|
||
|
|
depends on ARCH_KIRKWOOD
|
||
|
|
help
|
||
|
|
This adds the CPU Idle driver for Marvell Kirkwood SoCs.
|
||
|
|
|
||
|
|
config ARM_ZYNQ_CPUIDLE
|
||
|
|
bool "CPU Idle Driver for Xilinx Zynq processors"
|
||
|
|
depends on ARCH_ZYNQ
|
||
|
|
help
|