Kconfig.arm (109e13eaa40dfebf8893234cc5f1535a04e23acf) | Kconfig.arm (9eb15dbbfa1a23b5e65efaf1d5d6c47798e7264b) |
---|---|
1# 2# ARM CPU Frequency scaling drivers 3# 4 5# big LITTLE core layer and glue drivers 6config ARM_BIG_LITTLE_CPUFREQ 7 tristate "Generic ARM big LITTLE CPUfreq driver" 8 depends on (ARM_CPU_TOPOLOGY || ARM64) && HAVE_CLK --- 240 unchanged lines hidden (view full) --- 249 250config ARM_TEGRA20_CPUFREQ 251 bool "Tegra20 CPUFreq support" 252 depends on ARCH_TEGRA 253 default y 254 help 255 This adds the CPUFreq driver support for Tegra20 SOCs. 256 | 1# 2# ARM CPU Frequency scaling drivers 3# 4 5# big LITTLE core layer and glue drivers 6config ARM_BIG_LITTLE_CPUFREQ 7 tristate "Generic ARM big LITTLE CPUfreq driver" 8 depends on (ARM_CPU_TOPOLOGY || ARM64) && HAVE_CLK --- 240 unchanged lines hidden (view full) --- 249 250config ARM_TEGRA20_CPUFREQ 251 bool "Tegra20 CPUFreq support" 252 depends on ARCH_TEGRA 253 default y 254 help 255 This adds the CPUFreq driver support for Tegra20 SOCs. 256 |
257config ARM_TEGRA124_CPUFREQ 258 tristate "Tegra124 CPUFreq support" 259 depends on ARCH_TEGRA && CPUFREQ_DT 260 default y 261 help 262 This adds the CPUFreq driver support for Tegra124 SOCs. 263 |
|
257config ARM_PXA2xx_CPUFREQ 258 tristate "Intel PXA2xx CPUfreq driver" 259 depends on PXA27x || PXA25x 260 help 261 This add the CPUFreq driver support for Intel PXA2xx SOCs. 262 263 If in doubt, say N. | 264config ARM_PXA2xx_CPUFREQ 265 tristate "Intel PXA2xx CPUfreq driver" 266 depends on PXA27x || PXA25x 267 help 268 This add the CPUFreq driver support for Intel PXA2xx SOCs. 269 270 If in doubt, say N. |