Skip to content

Commit 73f70d6

Browse files
andy-shevrafaeljw
authored andcommitted
cpufreq: sfi-cpufreq: Remove driver for deprecated firmware
SFI-based platforms are gone. So does this driver. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 3c26db8 commit 73f70d6

File tree

3 files changed

+0
-138
lines changed

3 files changed

+0
-138
lines changed

drivers/cpufreq/Kconfig.x86

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ config X86_ACPI_CPUFREQ_CPB
6262
By enabling this option the acpi_cpufreq driver provides the old
6363
entry in addition to the new boost ones, for compatibility reasons.
6464

65-
config X86_SFI_CPUFREQ
66-
tristate "SFI Performance-States driver"
67-
depends on X86_INTEL_MID && SFI
68-
help
69-
This adds a CPUFreq driver for some Silvermont based Intel Atom
70-
architectures like Z34xx and Z35xx which enumerate processor
71-
performance states through SFI.
72-
73-
If in doubt, say N.
74-
7565
config ELAN_CPUFREQ
7666
tristate "AMD Elan SC400 and SC410"
7767
depends on MELAN

drivers/cpufreq/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ obj-$(CONFIG_X86_P4_CLOCKMOD) += p4-clockmod.o
4343
obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o
4444
obj-$(CONFIG_X86_INTEL_PSTATE) += intel_pstate.o
4545
obj-$(CONFIG_X86_AMD_FREQ_SENSITIVITY) += amd_freq_sensitivity.o
46-
obj-$(CONFIG_X86_SFI_CPUFREQ) += sfi-cpufreq.o
4746

4847
##################################################################################
4948
# ARM SoC drivers

drivers/cpufreq/sfi-cpufreq.c

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)