From patchwork Tue Feb 7 21:58:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Mayer X-Patchwork-Id: 9561321 X-Patchwork-Delegate: rjw@sisk.pl Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4933D60236 for ; Tue, 7 Feb 2017 22:00:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 39972283EC for ; Tue, 7 Feb 2017 22:00:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2CBCA28475; Tue, 7 Feb 2017 22:00:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CCF8E283EC for ; Tue, 7 Feb 2017 22:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932535AbdBGV7h (ORCPT ); Tue, 7 Feb 2017 16:59:37 -0500 Received: from smtp-out-so.shaw.ca ([64.59.136.138]:51842 "EHLO smtp-out-so.shaw.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755478AbdBGV7e (ORCPT ); Tue, 7 Feb 2017 16:59:34 -0500 Received: from triton.mmayer.net ([70.71.160.251]) by shaw.ca with SMTP id bDnNcoAK6sa1kbDnOclLfW; Tue, 07 Feb 2017 14:59:31 -0700 X-Authority-Analysis: v=2.2 cv=W+NIbVek c=1 sm=1 tr=0 a=6xzog4CasRozao6qlzTIAw==:117 a=6xzog4CasRozao6qlzTIAw==:17 a=n2v9WMKugxEA:10 a=Q-fNiiVtAAAA:8 a=yG1wFZ-RLMJnsVyPFoEA:9 a=Fp8MccfUoT0GBdDC_Lng:22 Received: by triton.mmayer.net (Postfix, from userid 501) id AF9EF33B35F3; Tue, 7 Feb 2017 13:59:29 -0800 (PST) From: Markus Mayer To: Ralf Baechle , Viresh Kumar , "Rafael J . Wysocki" Cc: Markus Mayer , MIPS Linux Kernel List , Power Management List , Linux Kernel Mailing List Subject: [PATCH v3 2/4] BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig. Date: Tue, 7 Feb 2017 13:58:54 -0800 Message-Id: <20170207215856.8999-3-code@mmayer.net> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170207215856.8999-1-code@mmayer.net> References: <20170207215856.8999-1-code@mmayer.net> X-CMAE-Envelope: MS4wfDQqUPg4FsJIBTXKJSCXlNlQS7XE4rQvAG/enu6WHg1nz90A25Hw6E6qWCSVPoaTuHlV1zdKa7uTdmxc3pI/SDE+4DfyS9HKowMVd4Q7RiBpORVdmm9g +DD8XN1Qm3BHF6yQf8BXkDbZrWDi1TXk9iWRmqrM9aSmT4DMrblNazW53wMseHhT0HLbqi7nTlbLQ07DGlJ2tUVayDEGWYSdqrKx/8HkVW9Vz4qGEdH978/+ ZWWGmDKx6FK7J14RB+4e9pX8h4RgpI9mGJs4kKwud9WYeXHsx9MW52hSs2dUDddGgqZ/KJeT1+dyychifKz9tTqGwJPLWLHiwonO5MG2ElFavUaWO4DCUF/A fgiRv7wK1SgVo6BvphTYDi5Ig/1+bw== Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Markus Mayer Turn on CPU_SUPPORTS_CPUFREQ and MIPS_EXTERNAL_TIMER for BMIPS. Signed-off-by: Markus Mayer Acked-by: Florian Fainelli --- 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.