Revert "cpufreq: Enable big.LITTLE cpufreq driver on arm64"
This reverts commit4920ab8497
(cpufreq: Enable big.LITTLE cpufreq driver on arm64) that breaks build on arm64. Fixes:4920ab8497
(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>
This commit is contained in:
parent
00917ddc7c
commit
57aa5ea0ee
|
@ -5,8 +5,7 @@
|
||||||
# big LITTLE core layer and glue drivers
|
# big LITTLE core layer and glue drivers
|
||||||
config ARM_BIG_LITTLE_CPUFREQ
|
config ARM_BIG_LITTLE_CPUFREQ
|
||||||
tristate "Generic ARM big LITTLE CPUfreq driver"
|
tristate "Generic ARM big LITTLE CPUfreq driver"
|
||||||
depends on (BIG_LITTLE && ARM_CPU_TOPOLOGY) || (ARM64 && SMP)
|
depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK
|
||||||
depends on HAVE_CLK
|
|
||||||
select PM_OPP
|
select PM_OPP
|
||||||
help
|
help
|
||||||
This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
|
This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
|
||||||
|
|
Loading…
Reference in New Issue