diff options
| author | Johan Hovold <[email protected]> | 2025-04-17 07:28:38 +0000 |
|---|---|---|
| committer | Viresh Kumar <[email protected]> | 2025-04-17 08:06:29 +0000 |
| commit | a374f28700abd20e8a7d026f89aa26f759445918 (patch) | |
| tree | d4cb001aa7dc8612cfa798e21cee6e4922a91c43 /rust/helpers/helpers.c | |
| parent | cpufreq: cppc: Fix invalid return value in .get() callback (diff) | |
| download | kernel-a374f28700abd20e8a7d026f89aa26f759445918.tar.gz kernel-a374f28700abd20e8a7d026f89aa26f759445918.zip | |
cpufreq: fix compile-test defaults
Commit 3f66425a4fc8 ("cpufreq: Enable COMPILE_TEST on Arm drivers")
enabled compile testing of most Arm CPUFreq drivers but left the
existing default values unchanged so that many drivers are enabled by
default whenever COMPILE_TEST is selected.
This specifically results in the S3C64XX CPUFreq driver being enabled
and initialised during boot of non-S3C64XX platforms with the following
error logged:
cpufreq: Unable to obtain ARMCLK: -2
Commit d4f610a9bafd ("cpufreq: Do not enable by default during compile
testing") recently fixed most of the default values, but two entries
were missed and two could use a more specific default condition.
Fix the default values for drivers that can be compile tested and that
should be enabled by default when not compile testing.
Fixes: 3f66425a4fc8 ("cpufreq: Enable COMPILE_TEST on Arm drivers")
Cc: Rob Herring (Arm) <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions
