]> git.ipfire.org Git - thirdparty/linux.git/commit
cpufreq: Enable COMPILE_TEST on Arm drivers
authorRob Herring (Arm) <robh@kernel.org>
Tue, 6 Aug 2024 13:58:26 +0000 (07:58 -0600)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 4 Sep 2024 15:13:58 +0000 (20:43 +0530)
commit3f66425a4fc8663ad074cf70f432c681953bfcb7
treeaca95959c1432866964edab07870cb4b1d8e5466
parent1ffec650d07f63a584d2a789a20bb64e9b13d34b
cpufreq: Enable COMPILE_TEST on Arm drivers

COMPILE_TEST is useful for build testing without requiring a specific
architecture's compiler. Enable it for most of the Arm CPUFreq drivers.

As Kconfig.arm is only included on ARM and ARM64, COMPILE_TEST is only
enabled for those architectures until that is dropped.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig.arm