blob: f52144808455b28766e12cde86cdc557aeb5ebce [file] [log] [blame]
Saharab98e01a2013-07-03 17:49:55 +09001#
2# ARM CPU Idle drivers
3#
Daniel Lezcano0e087042015-02-02 16:32:46 +01004config ARM_CPUIDLE
5 bool "Generic ARM/ARM64 CPU idle Driver"
6 select DT_IDLE_STATES
Daniel Lezcano089f0462017-06-12 17:55:10 +02007 select CPU_IDLE_MULTIPLE_DRIVERS
Daniel Lezcano0e087042015-02-02 16:32:46 +01008 help
9 Select this to enable generic cpuidle driver for ARM.
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.
14
Lorenzo Pieralisi3880d212013-09-13 16:38:41 +010015config ARM_BIG_LITTLE_CPUIDLE
16 bool "Support for ARM big.LITTLE processors"
Chander Kashyap2aaafcd2014-07-05 06:24:35 +090017 depends on ARCH_VEXPRESS_TC2_PM || ARCH_EXYNOS
Daniel Lezcano0e087042015-02-02 16:32:46 +010018 depends on MCPM && !ARM64
Lorenzo Pieralisi3880d212013-09-13 16:38:41 +010019 select ARM_CPU_SUSPEND
20 select CPU_IDLE_MULTIPLE_DRIVERS
Lorenzo Pieralisid2e5c872014-06-24 16:20:28 +010021 select DT_IDLE_STATES
Lorenzo Pieralisi3880d212013-09-13 16:38:41 +010022 help
23 Select this option to enable CPU idle driver for big.LITTLE based
24 ARM systems. Driver manages CPUs coordination through MCPM and
25 define different C-states for little and big cores through the
26 multiple CPU idle drivers infrastructure.
27
Alexander Shiyan7c7f8f72014-03-22 09:44:35 +040028config ARM_CLPS711X_CPUIDLE
29 bool "CPU Idle Driver for CLPS711X processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010030 depends on ARCH_CLPS711X && !ARM64 || COMPILE_TEST
Alexander Shiyan7c7f8f72014-03-22 09:44:35 +040031 help
32 Select this to enable cpuidle on Cirrus Logic CLPS711X SOCs.
33
Saharab98e01a2013-07-03 17:49:55 +090034config ARM_HIGHBANK_CPUIDLE
35 bool "CPU Idle Driver for Calxeda processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010036 depends on ARM_PSCI && !ARM64
Saharab98e01a2013-07-03 17:49:55 +090037 select ARM_CPU_SUSPEND
38 help
39 Select this to enable cpuidle on Calxeda processors.
40
41config ARM_KIRKWOOD_CPUIDLE
42 bool "CPU Idle Driver for Marvell Kirkwood SoCs"
Daniel Lezcano0e087042015-02-02 16:32:46 +010043 depends on MACH_KIRKWOOD && !ARM64
Saharab98e01a2013-07-03 17:49:55 +090044 help
45 This adds the CPU Idle driver for Marvell Kirkwood SoCs.
46
47config ARM_ZYNQ_CPUIDLE
48 bool "CPU Idle Driver for Xilinx Zynq processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010049 depends on ARCH_ZYNQ && !ARM64
Saharab98e01a2013-07-03 17:49:55 +090050 help
Daniel Lezcanod3f29502013-07-10 16:02:04 +020051 Select this to enable cpuidle on Xilinx Zynq processors.
52
53config ARM_U8500_CPUIDLE
54 bool "Cpu Idle Driver for the ST-E u8500 processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010055 depends on ARCH_U8500 && !ARM64
Daniel Lezcanod3f29502013-07-10 16:02:04 +020056 help
57 Select this to enable cpuidle for ST-E u8500 processors
58
Daniel Lezcano1ce3c482013-09-26 17:34:24 +020059config ARM_AT91_CPUIDLE
60 bool "Cpu Idle Driver for the AT91 processors"
61 default y
Daniel Lezcano0e087042015-02-02 16:32:46 +010062 depends on ARCH_AT91 && !ARM64
Linus Torvaldsa35c6322013-09-09 16:08:13 -070063 help
Daniel Lezcano1ce3c482013-09-26 17:34:24 +020064 Select this to enable cpuidle for AT91 processors
Daniel Lezcanoff6a9c02014-05-09 06:57:35 +090065
66config ARM_EXYNOS_CPUIDLE
67 bool "Cpu Idle Driver for the Exynos processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010068 depends on ARCH_EXYNOS && !ARM64
Bartlomiej Zolnierkiewicz712eddf2015-01-24 14:05:50 +090069 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
Daniel Lezcanoff6a9c02014-05-09 06:57:35 +090070 help
71 Select this to enable cpuidle for Exynos processors
Gregory CLEMENTf50ee822014-07-23 15:00:48 +020072
73config ARM_MVEBU_V7_CPUIDLE
74 bool "CPU Idle Driver for mvebu v7 family processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010075 depends on ARCH_MVEBU && !ARM64
Gregory CLEMENTf50ee822014-07-23 15:00:48 +020076 help
77 Select this to enable cpuidle on Armada 370, 38x and XP processors.