firmware/br-ext-chip-ingenic/board/t40/kernel/patches/00000-drivers_cpufreq_Kconf...

35 lines
991 B
Diff

diff -drupN a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
--- a/drivers/cpufreq/Kconfig 2017-10-21 18:09:07.000000000 +0300
+++ b/drivers/cpufreq/Kconfig 2022-06-09 05:02:28.000000000 +0300
@@ -234,6 +234,30 @@ config IA64_ACPI_CPUFREQ
endif
if MIPS
+config T40_CPUFREQ
+ tristate "t40 CPUFreq Driver"
+ help
+ This option adds a CPUFreq driver for ingenic processors which
+ support software configurable cpu frequency.
+
+ T40 and it's successors support this feature.
+
+ For details, take a look at <file:Documentation/cpu-freq/>.
+
+ If in doubt, say N.
+
+config X2000_V12_CPUFREQ
+ tristate "x2000-v12 CPUFreq Driver"
+ help
+ This option adds a CPUFreq driver for ingenic processors which
+ support software configurable cpu frequency.
+
+ X2000-v12 and it's successors support this feature.
+
+ For details, take a look at <file:Documentation/cpu-freq/>.
+
+ If in doubt, say N.
+
config LOONGSON2_CPUFREQ
tristate "Loongson2 CPUFreq Driver"
help