diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-11-17 00:27:55 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-11-19 02:21:47 +0300 |
commit | 2d4ee3036774e394d416cded9d5cf7661ffb4e4f (patch) | |
tree | 7ac2a24bf2391030a565bb91af9fbabde8b65939 /Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra | |
parent | 1421df63c3cf956c69c26ac9660c6e223eeed980 (diff) | |
download | linux-2d4ee3036774e394d416cded9d5cf7661ffb4e4f.tar.xz |
cpufreq: mediatek: fix build error
The recently added mt8173 cpufreq driver relies on the cpu topology
that is always present on ARM64 but optional on ARM32:
drivers/cpufreq/mt8173-cpufreq.c: In function 'mtk_cpufreq_init':
drivers/cpufreq/mt8173-cpufreq.c:441:30: error: 'cpu_topology' undeclared (first use in this function)
cpumask_copy(policy->cpus, &cpu_topology[policy->cpu].core_sibling);
This refines the Kconfig dependencies so that we can still build on
ARM32, but only if COMPILE_TEST is selected and the CPU topology
code is present.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra')
0 files changed, 0 insertions, 0 deletions