blob: 48cb3d4bb7d1344afb921e1b53d7b1fcb32ad162 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Saharab98e01a2013-07-03 17:49:55 +09002#
3# ARM CPU Idle drivers
4#
Daniel Lezcano0e087042015-02-02 16:32:46 +01005config ARM_CPUIDLE
6 bool "Generic ARM/ARM64 CPU idle Driver"
7 select DT_IDLE_STATES
Daniel Lezcanod50a7d82017-06-12 17:55:10 +02008 select CPU_IDLE_MULTIPLE_DRIVERS
Daniel Lezcano0e087042015-02-02 16:32:46 +01009 help
10 Select this to enable generic cpuidle driver for ARM.
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.
15
Lorenzo Pieralisi3880d212013-09-13 16:38:41 +010016config ARM_BIG_LITTLE_CPUIDLE
17 bool "Support for ARM big.LITTLE processors"
Chander Kashyap2aaafcd2014-07-05 06:24:35 +090018 depends on ARCH_VEXPRESS_TC2_PM || ARCH_EXYNOS
Daniel Lezcano0e087042015-02-02 16:32:46 +010019 depends on MCPM && !ARM64
Lorenzo Pieralisi3880d212013-09-13 16:38:41 +010020 select ARM_CPU_SUSPEND
21 select CPU_IDLE_MULTIPLE_DRIVERS
Lorenzo Pieralisid2e5c872014-06-24 16:20:28 +010022 select DT_IDLE_STATES
Lorenzo Pieralisi3880d212013-09-13 16:38:41 +010023 help
24 Select this option to enable CPU idle driver for big.LITTLE based
25 ARM systems. Driver manages CPUs coordination through MCPM and
26 define different C-states for little and big cores through the
27 multiple CPU idle drivers infrastructure.
28
Alexander Shiyan7c7f8f72014-03-22 09:44:35 +040029config ARM_CLPS711X_CPUIDLE
30 bool "CPU Idle Driver for CLPS711X processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010031 depends on ARCH_CLPS711X && !ARM64 || COMPILE_TEST
Alexander Shiyan7c7f8f72014-03-22 09:44:35 +040032 help
33 Select this to enable cpuidle on Cirrus Logic CLPS711X SOCs.
34
Saharab98e01a2013-07-03 17:49:55 +090035config ARM_HIGHBANK_CPUIDLE
36 bool "CPU Idle Driver for Calxeda processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010037 depends on ARM_PSCI && !ARM64
Saharab98e01a2013-07-03 17:49:55 +090038 select ARM_CPU_SUSPEND
39 help
40 Select this to enable cpuidle on Calxeda processors.
41
42config ARM_KIRKWOOD_CPUIDLE
43 bool "CPU Idle Driver for Marvell Kirkwood SoCs"
Daniel Lezcano0e087042015-02-02 16:32:46 +010044 depends on MACH_KIRKWOOD && !ARM64
Saharab98e01a2013-07-03 17:49:55 +090045 help
46 This adds the CPU Idle driver for Marvell Kirkwood SoCs.
47
48config ARM_ZYNQ_CPUIDLE
49 bool "CPU Idle Driver for Xilinx Zynq processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010050 depends on ARCH_ZYNQ && !ARM64
Saharab98e01a2013-07-03 17:49:55 +090051 help
Daniel Lezcanod3f29502013-07-10 16:02:04 +020052 Select this to enable cpuidle on Xilinx Zynq processors.
53
54config ARM_U8500_CPUIDLE
55 bool "Cpu Idle Driver for the ST-E u8500 processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010056 depends on ARCH_U8500 && !ARM64
Daniel Lezcanod3f29502013-07-10 16:02:04 +020057 help
58 Select this to enable cpuidle for ST-E u8500 processors
59
Daniel Lezcano1ce3c482013-09-26 17:34:24 +020060config ARM_AT91_CPUIDLE
61 bool "Cpu Idle Driver for the AT91 processors"
62 default y
Daniel Lezcano0e087042015-02-02 16:32:46 +010063 depends on ARCH_AT91 && !ARM64
Linus Torvaldsa35c6322013-09-09 16:08:13 -070064 help
Daniel Lezcano1ce3c482013-09-26 17:34:24 +020065 Select this to enable cpuidle for AT91 processors
Daniel Lezcanoff6a9c02014-05-09 06:57:35 +090066
67config ARM_EXYNOS_CPUIDLE
68 bool "Cpu Idle Driver for the Exynos processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010069 depends on ARCH_EXYNOS && !ARM64
Bartlomiej Zolnierkiewicz712eddf72015-01-24 14:05:50 +090070 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
Daniel Lezcanoff6a9c02014-05-09 06:57:35 +090071 help
72 Select this to enable cpuidle for Exynos processors
Gregory CLEMENTf50ee822014-07-23 15:00:48 +020073
74config ARM_MVEBU_V7_CPUIDLE
75 bool "CPU Idle Driver for mvebu v7 family processors"
Daniel Lezcano0e087042015-02-02 16:32:46 +010076 depends on ARCH_MVEBU && !ARM64
Gregory CLEMENTf50ee822014-07-23 15:00:48 +020077 help
78 Select this to enable cpuidle on Armada 370, 38x and XP processors.