Kconfig.arm (407da561244b9d51e6a794d6305ba38ec2c9d907) Kconfig.arm (349619f064f9f75cfb6b698e7268cf5971ffe145)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# ARM CPU Frequency scaling drivers
4#
5
6config ACPI_CPPC_CPUFREQ
7 tristate "CPUFreq driver based on the ACPI CPPC spec"
8 depends on ACPI_PROCESSOR

--- 272 unchanged lines hidden (view full) ---

281 depends on CPU_S5PV210
282 default y
283 help
284 This adds the CPUFreq driver for Samsung S5PV210 and
285 S5PC110 SoCs.
286
287 If in doubt, say N.
288
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# ARM CPU Frequency scaling drivers
4#
5
6config ACPI_CPPC_CPUFREQ
7 tristate "CPUFreq driver based on the ACPI CPPC spec"
8 depends on ACPI_PROCESSOR

--- 272 unchanged lines hidden (view full) ---

281 depends on CPU_S5PV210
282 default y
283 help
284 This adds the CPUFreq driver for Samsung S5PV210 and
285 S5PC110 SoCs.
286
287 If in doubt, say N.
288
289config ARM_SA1100_CPUFREQ
290 bool
291
292config ARM_SA1110_CPUFREQ
293 bool
294
295config ARM_SCMI_CPUFREQ
296 tristate "SCMI based CPUfreq driver"
297 depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
298 select PM_OPP
299 help

--- 69 unchanged lines hidden ---
289config ARM_SA1110_CPUFREQ
290 bool
291
292config ARM_SCMI_CPUFREQ
293 tristate "SCMI based CPUfreq driver"
294 depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
295 select PM_OPP
296 help

--- 69 unchanged lines hidden ---