diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-06-05 17:50:10 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-06-06 16:50:18 -0400 |
| commit | 57aa5ea0eea267f90be5e69def4e877ce2c81677 (patch) | |
| tree | 42518ed873ec933b5a31bbe0ab5670bb948fd2af | |
| parent | 00917ddc7c2fa7d2790241ed3570e8e4a0466923 (diff) | |
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>
| -rw-r--r-- | drivers/cpufreq/Kconfig.arm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 6a7dd3e958d5..6e05a1e18e52 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm | |||
| @@ -5,8 +5,7 @@ | |||
| 5 | # big LITTLE core layer and glue drivers | 5 | # big LITTLE core layer and glue drivers |
| 6 | config ARM_BIG_LITTLE_CPUFREQ | 6 | config ARM_BIG_LITTLE_CPUFREQ |
| 7 | tristate "Generic ARM big LITTLE CPUfreq driver" | 7 | tristate "Generic ARM big LITTLE CPUfreq driver" |
| 8 | depends on (BIG_LITTLE && ARM_CPU_TOPOLOGY) || (ARM64 && SMP) | 8 | depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK |
| 9 | depends on HAVE_CLK | ||
| 10 | select PM_OPP | 9 | select PM_OPP |
| 11 | help | 10 | help |
| 12 | This enables the Generic CPUfreq driver for ARM big.LITTLE platforms. | 11 | This enables the Generic CPUfreq driver for ARM big.LITTLE platforms. |
