Kconfig.arm (aeb8f932080d62cdc305a7ccca9d60de34908b30) | Kconfig.arm (608eab228205a42b58441f16cbf127ac3a40d24b) |
---|---|
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 && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK --- 233 unchanged lines hidden (view full) --- 242 This adds the CPUFreq driver support for SPEAr SOCs. 243 244config ARM_TEGRA_CPUFREQ 245 bool "TEGRA CPUFreq support" 246 depends on ARCH_TEGRA 247 default y 248 help 249 This adds the CPUFreq driver support for TEGRA SOCs. | 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 && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK --- 233 unchanged lines hidden (view full) --- 242 This adds the CPUFreq driver support for SPEAr SOCs. 243 244config ARM_TEGRA_CPUFREQ 245 bool "TEGRA CPUFreq support" 246 depends on ARCH_TEGRA 247 default y 248 help 249 This adds the CPUFreq driver support for TEGRA SOCs. |
250 251config ARM_PXA2xx_CPUFREQ 252 tristate "Intel PXA2xx CPUfreq driver" 253 depends on PXA27x || PXA25x 254 help 255 This add the CPUFreq driver support for Intel PXA2xx SOCs. 256 257 If in doubt, say N. |
|