]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/cpu, cpufreq: Remove AMD ELAN support
authorIngo Molnar <mingo@kernel.org>
Thu, 15 May 2025 08:26:39 +0000 (10:26 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 8 May 2026 05:34:03 +0000 (07:34 +0200)
commit435ef16e69b9d7f9cdf460a4c2edd20bb47d51fa
treebb3d3c3cc618e55a5277119422ddaec1384dcfe0
parent823caa17388451d1ca9238f26472509c8bbda117
x86/cpu, cpufreq: Remove AMD ELAN support

Now that i486 and CONFIG_MELAN support has been removed upstream:

  8b793a92d862c ("x86/cpu: Remove M486/M486SX/ELAN support")

the CONFIG_ELAN_CPUFREQ and CONFIG_SC520_CPUFREQ cpufreq
drivers can be removed as well, as they depend on CONFIG_MELAN.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm@vger.kernel.org (open list:CPU FREQUENCY SCALING FRAMEWORK)
Link: https://lore.kernel.org/r/20250425084216.3913608-8-mingo@kernel.org
arch/x86/Makefile_32.cpu
drivers/cpufreq/Kconfig.x86
drivers/cpufreq/Makefile
drivers/cpufreq/elanfreq.c [deleted file]
drivers/cpufreq/sc520_freq.c [deleted file]