Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757833AbaKUHy4 (ORCPT ); Fri, 21 Nov 2014 02:54:56 -0500 Received: from mail-ob0-f171.google.com ([209.85.214.171]:58253 "EHLO mail-ob0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751079AbaKUHyz (ORCPT ); Fri, 21 Nov 2014 02:54:55 -0500 MIME-Version: 1.0 In-Reply-To: <1416554882-16566-1-git-send-email-Yuantian.Tang@freescale.com> References: <1416554882-16566-1-git-send-email-Yuantian.Tang@freescale.com> Date: Fri, 21 Nov 2014 13:24:54 +0530 Message-ID: Subject: Re: [PATCH v2 1/2] cpufreq: qoriq: Make the driver usable on all QorIQ platforms From: Viresh Kumar To: Tang Yuantian Cc: "Rafael J. Wysocki" , Linux Kernel Mailing List , "linux-pm@vger.kernel.org" , "linuxppc-dev@ozlabs.org" , r64188@freescale.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21 November 2014 12:58, Tang Yuantian wrote: > diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm > index 83a75dc..1925ae94 100644 > --- a/drivers/cpufreq/Kconfig.arm > +++ b/drivers/cpufreq/Kconfig.arm > @@ -247,3 +247,11 @@ config ARM_TEGRA_CPUFREQ > default y > help > This adds the CPUFreq driver support for TEGRA SOCs. > + > +config QORIQ_CPUFREQ > + tristate "CPU frequency scaling driver for Freescale QorIQ SoCs" > + depends on OF && COMMON_CLK > + select CLK_PPC_CORENET > + help > + This adds the CPUFreq driver support for Freescale QorIQ SoCs > + which are capable of changing the CPU's frequency dynamically. > diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc > index 72564b7..3a34248 100644 > --- a/drivers/cpufreq/Kconfig.powerpc > +++ b/drivers/cpufreq/Kconfig.powerpc > @@ -23,14 +23,13 @@ config CPU_FREQ_MAPLE > This adds support for frequency switching on Maple 970FX > Evaluation Board and compatible boards (IBM JS2x blades). > > -config PPC_CORENET_CPUFREQ > - tristate "CPU frequency scaling driver for Freescale E500MC SoCs" > - depends on PPC_E500MC && OF && COMMON_CLK > +config QORIQ_CPUFREQ > + tristate "CPU frequency scaling driver for Freescale QorIQ SoCs" > + depends on OF && COMMON_CLK > select CLK_PPC_CORENET > help > - This adds the CPUFreq driver support for Freescale e500mc, > - e5500 and e6500 series SoCs which are capable of changing > - the CPU's frequency dynamically. > + This adds the CPUFreq driver support for Freescale QorIQ SoCs > + which are capable of changing the CPU's frequency dynamically. > > config CPU_FREQ_PMAC > bool "Support for Apple PowerBooks" Now that following patch is pushed into linux-next: f41f481 cpufreq: Kconfig: Remove architecture specific menu entries you can move above config entries directly to drivers/cpufreq/Kconfig instead of replicating them. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/