Kconfig.arm (4343f61103cdb8ccd6f3d5dd7168f1176a1cee37) Kconfig.arm (d3df18a97e586702920337056540267807b23f8e)
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
9 select ACPI_CPPC_LIB

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

88 depends on ARCH_MXC
89 depends on REGULATOR_ANATOP
90 select PM_OPP
91 help
92 This adds cpufreq driver support for Freescale i.MX6 series SoCs.
93
94 If in doubt, say N.
95
1#
2# ARM CPU Frequency scaling drivers
3#
4
5config ACPI_CPPC_CPUFREQ
6 tristate "CPUFreq driver based on the ACPI CPPC spec"
7 depends on ACPI_PROCESSOR
8 select ACPI_CPPC_LIB

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

87 depends on ARCH_MXC
88 depends on REGULATOR_ANATOP
89 select PM_OPP
90 help
91 This adds cpufreq driver support for Freescale i.MX6 series SoCs.
92
93 If in doubt, say N.
94
95config ARM_IMX_CPUFREQ_DT
96 tristate "Freescale i.MX8M cpufreq support"
97 depends on ARCH_MXC && CPUFREQ_DT
98 help
99 This adds cpufreq driver support for Freescale i.MX8M series SoCs,
100 based on cpufreq-dt.
101
102 If in doubt, say N.
103
96config ARM_KIRKWOOD_CPUFREQ
97 def_bool MACH_KIRKWOOD
98 help
99 This adds the CPUFreq driver for Marvell Kirkwood
100 SoCs.
101
102config ARM_MEDIATEK_CPUFREQ
103 tristate "CPU Frequency scaling support for MediaTek SoCs"

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

128 help
129 Support for the CPUFreq HW driver.
130 Some QCOM chipsets have a HW engine to offload the steps
131 necessary for changing the frequency of the CPUs. Firmware loaded
132 in this engine exposes a programming interface to the OS.
133 The driver implements the cpufreq interface for this HW engine.
134 Say Y if you want to support CPUFreq HW.
135
104config ARM_KIRKWOOD_CPUFREQ
105 def_bool MACH_KIRKWOOD
106 help
107 This adds the CPUFreq driver for Marvell Kirkwood
108 SoCs.
109
110config ARM_MEDIATEK_CPUFREQ
111 tristate "CPU Frequency scaling support for MediaTek SoCs"

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

136 help
137 Support for the CPUFreq HW driver.
138 Some QCOM chipsets have a HW engine to offload the steps
139 necessary for changing the frequency of the CPUs. Firmware loaded
140 in this engine exposes a programming interface to the OS.
141 The driver implements the cpufreq interface for this HW engine.
142 Say Y if you want to support CPUFreq HW.
143
144config ARM_RASPBERRYPI_CPUFREQ
145 tristate "Raspberry Pi cpufreq support"
146 depends on CLK_RASPBERRYPI || COMPILE_TEST
147 help
148 This adds the CPUFreq driver for Raspberry Pi
149
150 If in doubt, say N.
151
136config ARM_S3C_CPUFREQ
137 bool
138 help
139 Internal configuration node for common cpufreq on Samsung SoC
140
141config ARM_S3C24XX_CPUFREQ
142 bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
143 depends on ARCH_S3C24XX

--- 168 unchanged lines hidden ---
152config ARM_S3C_CPUFREQ
153 bool
154 help
155 Internal configuration node for common cpufreq on Samsung SoC
156
157config ARM_S3C24XX_CPUFREQ
158 bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
159 depends on ARCH_S3C24XX

--- 168 unchanged lines hidden ---