diff options
| author | Michael Ellerman <mpe@ellerman.id.au> | 2024-11-12 19:51:48 +1100 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-11-13 12:02:23 +1100 |
| commit | fae2987e67786a6358c0ef47189b12ff19e9543a (patch) | |
| tree | b2cb42f93a5fe1502d91616ad8ceb4b3f44f8efd /drivers/cpufreq/Kconfig.powerpc | |
| parent | 5b881c1f83792f5db421124171b06f1b8f1fe075 (diff) | |
| download | linux-next-fae2987e67786a6358c0ef47189b12ff19e9543a.tar.gz linux-next-fae2987e67786a6358c0ef47189b12ff19e9543a.zip | |
cpufreq: maple: Remove maple driver
This driver is no longer buildable since the PPC_MAPLE platform was
removed, see commit 62f8f307c80e ("powerpc/64: Remove maple platform").
Remove the driver.
Note that the comment in the driver says it supports "SMU & 970FX
based G5 Macs", but that's not true, that comment was copied from
pmac64-cpufreq.c, which still exists and continues to support those
machines.
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241112085148.415574-1-mpe@ellerman.id.au
Diffstat (limited to 'drivers/cpufreq/Kconfig.powerpc')
| -rw-r--r-- | drivers/cpufreq/Kconfig.powerpc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc index 58151ca56695..eb678fa5260a 100644 --- a/drivers/cpufreq/Kconfig.powerpc +++ b/drivers/cpufreq/Kconfig.powerpc @@ -17,13 +17,6 @@ config CPU_FREQ_CBE_PMI frequencies. Using PMI, the processor will not only be able to run at lower speed, but also at lower core voltage. -config CPU_FREQ_MAPLE - bool "Support for Maple 970FX Evaluation Board" - depends on PPC_MAPLE - help - This adds support for frequency switching on Maple 970FX - Evaluation Board and compatible boards (IBM JS2x blades). - config CPU_FREQ_PMAC bool "Support for Apple PowerBooks" depends on ADB_PMU && PPC32 |
