Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "cpufreq: Enable big.LITTLE cpufreq driver on arm64"

This reverts commit 4920ab84979d (cpufreq: Enable big.LITTLE cpufreq
driver on arm64) that breaks build on arm64.

Fixes: 4920ab84979d (cpufreq: Enable big.LITTLE cpufreq driver on arm64)
Reported-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

+1 -2
+1 -2
drivers/cpufreq/Kconfig.arm
··· 5 5 # big LITTLE core layer and glue drivers 6 6 config ARM_BIG_LITTLE_CPUFREQ 7 7 tristate "Generic ARM big LITTLE CPUfreq driver" 8 - depends on (BIG_LITTLE && ARM_CPU_TOPOLOGY) || (ARM64 && SMP) 9 - depends on HAVE_CLK 8 + depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK 10 9 select PM_OPP 11 10 help 12 11 This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.