Blame view

drivers/cpufreq/Kconfig.arm 7.46 KB
f7d770790   Kukjin Kim   [CPUFREQ] Move AR...
1
2
3
  #
  # ARM CPU Frequency scaling drivers
  #
3b84d58d4   viresh kumar   cpufreq: arm_big_...
4
  # big LITTLE core layer and glue drivers
8a67f0ef2   Viresh Kumar   cpufreq: ARM big ...
5
  config ARM_BIG_LITTLE_CPUFREQ
99af77111   Viresh Kumar   cpufreq: ARM big ...
6
  	tristate "Generic ARM big LITTLE CPUfreq driver"
147301450   Sudeep Holla   cpufreq: arm_big_...
7
  	depends on (ARM_CPU_TOPOLOGY || ARM64) && HAVE_CLK
2f7e8a175   Punit Agrawal   cpufreq: arm_big_...
8
9
  	# if CPU_THERMAL is on and THERMAL=m, ARM_BIT_LITTLE_CPUFREQ cannot be =y
  	depends on !CPU_THERMAL || THERMAL
109df086e   Mark Brown   cpufreq: Select P...
10
  	select PM_OPP
99af77111   Viresh Kumar   cpufreq: ARM big ...
11
12
  	help
  	  This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
8a67f0ef2   Viresh Kumar   cpufreq: ARM big ...
13
14
  
  config ARM_DT_BL_CPUFREQ
99af77111   Viresh Kumar   cpufreq: ARM big ...
15
16
  	tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver"
  	depends on ARM_BIG_LITTLE_CPUFREQ && OF
8a67f0ef2   Viresh Kumar   cpufreq: ARM big ...
17
  	help
99af77111   Viresh Kumar   cpufreq: ARM big ...
18
19
  	  This enables probing via DT for Generic CPUfreq driver for ARM
  	  big.LITTLE platform. This gets frequency tables from DT.
8a67f0ef2   Viresh Kumar   cpufreq: ARM big ...
20

3b84d58d4   viresh kumar   cpufreq: arm_big_...
21
22
23
24
25
26
  config ARM_VEXPRESS_SPC_CPUFREQ
          tristate "Versatile Express SPC based CPUfreq driver"
  	depends on ARM_BIG_LITTLE_CPUFREQ && ARCH_VEXPRESS_SPC
          help
            This add the CPUfreq driver support for Versatile Express
  	  big.LITTLE platforms using SPC for power management.
8b2b4a4e5   Arnd Bergmann   cpufreq: exynos: ...
27
28
29
30
31
32
33
34
35
36
37
38
39
  config ARM_EXYNOS5440_CPUFREQ
  	tristate "SAMSUNG EXYNOS5440"
  	depends on SOC_EXYNOS5440
  	depends on HAVE_CLK && OF
  	select PM_OPP
  	default y
  	help
  	  This adds the CPUFreq driver for Samsung EXYNOS5440
  	  SoC. The nature of exynos5440 clock controller is
  	  different than previous exynos controllers so not using
  	  the common exynos framework.
  
  	  If in doubt, say N.
a0ea048a6   Viresh Kumar   cpufreq: ARM: Arr...
40
41
  config ARM_HIGHBANK_CPUFREQ
  	tristate "Calxeda Highbank-based"
bbcf07196   Viresh Kumar   cpufreq: cpu0: re...
42
  	depends on ARCH_HIGHBANK && CPUFREQ_DT && REGULATOR
a0ea048a6   Viresh Kumar   cpufreq: ARM: Arr...
43
44
45
46
47
48
49
50
  	default m
  	help
  	  This adds the CPUFreq driver for Calxeda Highbank SoC
  	  based boards.
  
  	  If in doubt, say N.
  
  config ARM_IMX6Q_CPUFREQ
1d0eaae9b   Shawn Guo   cpufreq: imx6q-cp...
51
52
  	tristate "Freescale i.MX6 cpufreq support"
  	depends on ARCH_MXC
a0ea048a6   Viresh Kumar   cpufreq: ARM: Arr...
53
  	depends on REGULATOR_ANATOP
7e0216871   Nicolas Del Piano   cpufreq: imx6q: S...
54
  	select PM_OPP
a0ea048a6   Viresh Kumar   cpufreq: ARM: Arr...
55
  	help
1d0eaae9b   Shawn Guo   cpufreq: imx6q-cp...
56
  	  This adds cpufreq driver support for Freescale i.MX6 series SoCs.
a0ea048a6   Viresh Kumar   cpufreq: ARM: Arr...
57
58
  
  	  If in doubt, say N.
d17622469   Bai Ping   MLK-10257-04 cpuf...
59
60
61
62
63
64
65
  config ARM_IMX7D_CPUFREQ
  	tristate "Freescale i.MX7 cpufreq support"
  	depends on ARCH_MXC
  	help
  	  This adds cpufreq driver support for Freescale i.MX7 series SoCs.
  
  	  If in doubt, say N.
7d1c998af   Bai Ping   MLK-13914-04 cpuf...
66
67
68
69
70
71
72
  config ARM_IMX7ULP_CPUFREQ
  	tristate "NXP i.MX7ULP cpufreq support"
  	depends on ARCH_MXC
  	help
  	  This adds cpufreq driver support for NXP i.MX7ULP series SoCs.
  
  	  If in doubt, say N.
b7e614c8b   Viresh Kumar   cpufreq: integrat...
73
74
75
76
77
78
79
  config ARM_INTEGRATOR
  	tristate "CPUfreq driver for ARM Integrator CPUs"
  	depends on ARCH_INTEGRATOR
  	default y
  	help
  	  This enables the CPUfreq driver for ARM Integrator CPUs.
  	  If in doubt, say Y.
a0ea048a6   Viresh Kumar   cpufreq: ARM: Arr...
80
  config ARM_KIRKWOOD_CPUFREQ
6c8df11dd   Andrew Lunn   cpufreq: Remove A...
81
  	def_bool MACH_KIRKWOOD
a0ea048a6   Viresh Kumar   cpufreq: ARM: Arr...
82
83
84
  	help
  	  This adds the CPUFreq driver for Marvell Kirkwood
  	  SoCs.
1453863fb   Pi-Cheng Chen   cpufreq: mediatek...
85
  config ARM_MT8173_CPUFREQ
3c2002aec   Arnd Bergmann   cpufreq: mediatek...
86
  	tristate "Mediatek MT8173 CPUFreq support"
1453863fb   Pi-Cheng Chen   cpufreq: mediatek...
87
  	depends on ARCH_MEDIATEK && REGULATOR
2d4ee3036   Arnd Bergmann   cpufreq: mediatek...
88
  	depends on ARM64 || (ARM_CPU_TOPOLOGY && COMPILE_TEST)
3c2002aec   Arnd Bergmann   cpufreq: mediatek...
89
  	depends on !CPU_THERMAL || THERMAL
1453863fb   Pi-Cheng Chen   cpufreq: mediatek...
90
91
92
  	select PM_OPP
  	help
  	  This adds the CPUFreq driver support for Mediatek MT8173 SoC.
b09db45c5   Russell King   cpufreq: OMAP dri...
93
94
  config ARM_OMAP2PLUS_CPUFREQ
  	bool "TI OMAP2+"
2d59dcfb5   Kevin Hilman   cpufreq: OMAP: fi...
95
  	depends on ARCH_OMAP2PLUS
b09db45c5   Russell King   cpufreq: OMAP dri...
96
  	default ARCH_OMAP2PLUS
b09db45c5   Russell King   cpufreq: OMAP dri...
97

f023f8dd5   Viresh Kumar   cpufreq: s3c24xx:...
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
  config ARM_S3C_CPUFREQ
  	bool
  	help
  	  Internal configuration node for common cpufreq on Samsung SoC
  
  config ARM_S3C24XX_CPUFREQ
  	bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
  	depends on ARCH_S3C24XX
  	select ARM_S3C_CPUFREQ
  	help
  	  This enables the CPUfreq driver for the Samsung S3C24XX family
  	  of CPUs.
  
  	  For details, take a look at <file:Documentation/cpu-freq>.
  
  	  If in doubt, say N.
  
  config ARM_S3C24XX_CPUFREQ_DEBUG
  	bool "Debug CPUfreq Samsung driver core"
  	depends on ARM_S3C24XX_CPUFREQ
  	help
  	  Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
  
  config ARM_S3C24XX_CPUFREQ_IODEBUG
  	bool "Debug CPUfreq Samsung driver IO timing"
  	depends on ARM_S3C24XX_CPUFREQ
  	help
  	  Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
  
  config ARM_S3C24XX_CPUFREQ_DEBUGFS
  	bool "Export debugfs for CPUFreq"
  	depends on ARM_S3C24XX_CPUFREQ && DEBUG_FS
  	help
  	  Export status information via debugfs.
  
  config ARM_S3C2410_CPUFREQ
  	bool
  	depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2410
  	select S3C2410_CPUFREQ_UTILS
  	help
  	  CPU Frequency scaling support for S3C2410
  
  config ARM_S3C2412_CPUFREQ
  	bool
  	depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2412
  	default y
  	select S3C2412_IOTIMING
  	help
  	  CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
34ee55075   Heiko Stübner   [CPUFREQ] Add S3C...
147
148
149
150
151
152
153
154
  config ARM_S3C2416_CPUFREQ
  	bool "S3C2416 CPU Frequency scaling support"
  	depends on CPU_S3C2416
  	help
  	  This adds the CPUFreq driver for the Samsung S3C2416 and
  	  S3C2450 SoC. The S3C2416 supports changing the rate of the
  	  armdiv clock source and also entering a so called dynamic
  	  voltage scaling mode in which it is possible to reduce the
735dc2498   Stratos Karafotis   cpufreq: Kconfig:...
155
  	  core voltage of the CPU.
34ee55075   Heiko Stübner   [CPUFREQ] Add S3C...
156
157
158
159
  
  	  If in doubt, say N.
  
  config ARM_S3C2416_CPUFREQ_VCORESCALE
0f194b569   Kees Cook   drivers/cpufreq: ...
160
161
  	bool "Allow voltage scaling for S3C2416 arm core"
  	depends on ARM_S3C2416_CPUFREQ && REGULATOR
34ee55075   Heiko Stübner   [CPUFREQ] Add S3C...
162
163
164
165
166
167
  	help
  	  Enable CPU voltage scaling when entering the dvs mode.
  	  It uses information gathered through existing hardware and
  	  tests but not documented in any datasheet.
  
  	  If in doubt, say N.
f023f8dd5   Viresh Kumar   cpufreq: s3c24xx:...
168
169
170
171
172
173
174
  config ARM_S3C2440_CPUFREQ
  	bool "S3C2440/S3C2442 CPU Frequency scaling support"
  	depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2440 || CPU_S3C2442)
  	select S3C2410_CPUFREQ_UTILS
  	default y
  	help
  	  CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
15964d388   Kukjin Kim   [CPUFREQ] Move co...
175
176
177
178
179
180
181
182
  config ARM_S3C64XX_CPUFREQ
  	bool "Samsung S3C64XX"
  	depends on CPU_S3C6410
  	default y
  	help
  	  This adds the CPUFreq driver for Samsung S3C6410 SoC.
  
  	  If in doubt, say N.
f7d770790   Kukjin Kim   [CPUFREQ] Move AR...
183
184
185
186
187
188
189
190
191
  config ARM_S5PV210_CPUFREQ
  	bool "Samsung S5PV210 and S5PC110"
  	depends on CPU_S5PV210
  	default y
  	help
  	  This adds the CPUFreq driver for Samsung S5PV210 and
  	  S5PC110 SoCs.
  
  	  If in doubt, say N.
59a2e613d   Viresh Kumar   cpufreq: sa11x0: ...
192
193
194
195
196
  config ARM_SA1100_CPUFREQ
  	bool
  
  config ARM_SA1110_CPUFREQ
  	bool
8def31034   Sudeep Holla   cpufreq: arm_big_...
197
198
  config ARM_SCPI_CPUFREQ
          tristate "SCPI based CPUfreq driver"
73124ced9   Punit Agrawal   cpufreq: SCPI: De...
199
  	depends on ARM_BIG_LITTLE_CPUFREQ && ARM_SCPI_PROTOCOL && COMMON_CLK_SCPI
8def31034   Sudeep Holla   cpufreq: arm_big_...
200
201
202
203
204
205
          help
  	  This adds the CPUfreq driver support for ARM big.LITTLE platforms
  	  using SCPI protocol for CPU power management.
  
  	  This driver uses SCPI Message Protocol driver to interact with the
  	  firmware providing the CPU DVFS functionality.
420993221   Deepak Sikri   cpufreq: SPEAr: A...
206
207
208
209
210
211
  config ARM_SPEAR_CPUFREQ
  	bool "SPEAr CPUFreq support"
  	depends on PLAT_SPEAR
  	default y
  	help
  	  This adds the CPUFreq driver support for SPEAr SOCs.
dbb8d76e5   Viresh Kumar   cpufreq: tegra: c...
212

ab0ea257f   Lee Jones   cpufreq: st: Prov...
213
214
215
216
217
218
219
220
221
  config ARM_STI_CPUFREQ
  	tristate "STi CPUFreq support"
  	depends on SOC_STIH407
  	help
  	  This driver uses the generic OPP framework to match the running
  	  platform with a predefined set of suitable values.  If not provided
  	  we will fall-back so safe-values contained in Device Tree.  Enable
  	  this config option if you wish to add CPUFreq support for STi based
  	  SoCs.
109e13eaa   Tuomas Tynkkynen   cpufreq: tegra: R...
222
223
  config ARM_TEGRA20_CPUFREQ
  	bool "Tegra20 CPUFreq support"
dbb8d76e5   Viresh Kumar   cpufreq: tegra: c...
224
  	depends on ARCH_TEGRA
dbb8d76e5   Viresh Kumar   cpufreq: tegra: c...
225
226
  	default y
  	help
109e13eaa   Tuomas Tynkkynen   cpufreq: tegra: R...
227
  	  This adds the CPUFreq driver support for Tegra20 SOCs.
608eab228   Petr Cvek   cpufreq: pxa2xx: ...
228

9eb15dbbf   Tuomas Tynkkynen   cpufreq: Add cpuf...
229
230
  config ARM_TEGRA124_CPUFREQ
  	tristate "Tegra124 CPUFreq support"
b5832e4b6   Arnd Bergmann   cpufreq: tegra: a...
231
  	depends on ARCH_TEGRA && CPUFREQ_DT && REGULATOR
9eb15dbbf   Tuomas Tynkkynen   cpufreq: Add cpuf...
232
233
234
  	default y
  	help
  	  This adds the CPUFreq driver support for Tegra124 SOCs.
608eab228   Petr Cvek   cpufreq: pxa2xx: ...
235
236
237
238
239
240
241
  config ARM_PXA2xx_CPUFREQ
  	tristate "Intel PXA2xx CPUfreq driver"
  	depends on PXA27x || PXA25x
  	help
  	  This add the CPUFreq driver support for Intel PXA2xx SOCs.
  
  	  If in doubt, say N.
5477fb3bd   Ashwin Chaugule   ACPI / CPPC: Add ...
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
  
  config ACPI_CPPC_CPUFREQ
  	tristate "CPUFreq driver based on the ACPI CPPC spec"
  	depends on ACPI
  	select ACPI_CPPC_LIB
  	default n
  	help
  	  This adds a CPUFreq driver which uses CPPC methods
  	  as described in the ACPIv5.1 spec. CPPC stands for
  	  Collaborative Processor Performance Controls. It
  	  is based on an abstract continuous scale of CPU
  	  performance values which allows the remote power
  	  processor to flexibly optimize for power and
  	  performance. CPPC relies on power management firmware
  	  support for its operation.
  
  	  If in doubt, say N.