Skip to content

Commit

Permalink
cpufreq: loongson1: Delete obsolete driver
Browse files Browse the repository at this point in the history
The generic DT based cpufreq driver works for Loongson-1,
so delete the old custom driver.

Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Keguang Zhang authored and Rafael J. Wysocki committed Jan 20, 2023
1 parent 5dc4c99 commit 9a55ab6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 232 deletions.
9 changes: 0 additions & 9 deletions drivers/cpufreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,6 @@ config LOONGSON2_CPUFREQ

Loongson2F and its successors support this feature.

If in doubt, say N.

config LOONGSON1_CPUFREQ
tristate "Loongson1 CPUFreq Driver"
depends on LOONGSON1_LS1B
help
This option adds a CPUFreq driver for loongson1 processors which
support software configurable cpu frequency.

If in doubt, say N.
endif

Expand Down
1 change: 0 additions & 1 deletion drivers/cpufreq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ obj-$(CONFIG_POWERNV_CPUFREQ) += powernv-cpufreq.o
obj-$(CONFIG_BMIPS_CPUFREQ) += bmips-cpufreq.o
obj-$(CONFIG_IA64_ACPI_CPUFREQ) += ia64-acpi-cpufreq.o
obj-$(CONFIG_LOONGSON2_CPUFREQ) += loongson2_cpufreq.o
obj-$(CONFIG_LOONGSON1_CPUFREQ) += loongson1-cpufreq.o
obj-$(CONFIG_SH_CPU_FREQ) += sh-cpufreq.o
obj-$(CONFIG_SPARC_US2E_CPUFREQ) += sparc-us2e-cpufreq.o
obj-$(CONFIG_SPARC_US3_CPUFREQ) += sparc-us3-cpufreq.o
222 changes: 0 additions & 222 deletions drivers/cpufreq/loongson1-cpufreq.c

This file was deleted.

0 comments on commit 9a55ab6

Please sign in to comment.