Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1575184
| From | Markus Mayer <code@mmayer.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/4] MIPS: BMIPS: enable CPUfreq |
| Date | 2017-02-06 23:00 +0100 |
| Message-ID | <t7Zui-28q-25@gated-at.bofh.it> (permalink) |
| References | <t7Zuh-28q-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Mayer <mmayer@broadcom.com> Enable all applicable CPUfreq options. Signed-off-by: Markus Mayer <mmayer@broadcom.com> --- arch/mips/configs/bmips_stb_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/mips/configs/bmips_stb_defconfig b/arch/mips/configs/bmips_stb_defconfig index 3be15cb..3cefa6b 100644 --- a/arch/mips/configs/bmips_stb_defconfig +++ b/arch/mips/configs/bmips_stb_defconfig @@ -15,6 +15,14 @@ CONFIG_EXPERT=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y +CONFIG_BMIPS_CPUFREQ=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_PACKET_DIAG=y -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] cpufreq: bmips-cpufreq: Add CPUfreq driver for Broadcom's BMIPS SoCs Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
[PATCH v2 1/4] MIPS: BMIPS: Update defconfig Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 1/4] MIPS: BMIPS: Update defconfig Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-07 05:20 +0100
[PATCH v2 2/4] BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig. Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 2/4] BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig. "Rafael J. Wysocki" <rafael@kernel.org> - 2017-02-07 13:50 +0100
[PATCH v2 4/4] MIPS: BMIPS: enable CPUfreq Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 4/4] MIPS: BMIPS: enable CPUfreq Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-07 05:30 +0100
[PATCH v2 3/4] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 3/4] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-07 05:20 +0100
csiph-web