Message ID | 20170206215119.87099-3-code@mmayer.net (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
On Mon, Feb 6, 2017 at 10:51 PM, Markus Mayer <code@mmayer.net> wrote: > From: Markus Mayer <mmayer@broadcom.com> > > Turn on CPU_SUPPORTS_CPUFREQ and MIPS_EXTERNAL_TIMER for BMIPS. > > Signed-off-by: Markus Mayer <mmayer@broadcom.com> An ACK from the MIPS maintainers is requisite here. > --- > arch/mips/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index b3c5bde..e137eed 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -1703,6 +1703,8 @@ config CPU_BMIPS > select WEAK_ORDERING > select CPU_SUPPORTS_HIGHMEM > select CPU_HAS_PREFETCH > + select CPU_SUPPORTS_CPUFREQ > + select MIPS_EXTERNAL_TIMER > help > Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors. > > -- Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b3c5bde..e137eed 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1703,6 +1703,8 @@ config CPU_BMIPS select WEAK_ORDERING select CPU_SUPPORTS_HIGHMEM select CPU_HAS_PREFETCH + select CPU_SUPPORTS_CPUFREQ + select MIPS_EXTERNAL_TIMER help Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors.