From patchwork Wed Nov 7 10:17:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10672103 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 07ADB15E9 for ; Wed, 7 Nov 2018 10:17:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED6C8287ED for ; Wed, 7 Nov 2018 10:17:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E210C2B9EA; Wed, 7 Nov 2018 10:17:25 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 7E06A287ED for ; Wed, 7 Nov 2018 10:17:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726225AbeKGTrG (ORCPT ); Wed, 7 Nov 2018 14:47:06 -0500 Received: from laurent.telenet-ops.be ([195.130.137.89]:48142 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726363AbeKGTrG (ORCPT ); Wed, 7 Nov 2018 14:47:06 -0500 Received: from ramsan.of.borg ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id wyHM1y00U3XaVaC01yHM9d; Wed, 07 Nov 2018 11:17:22 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1gKKtl-0003b3-HJ; Wed, 07 Nov 2018 11:17:21 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1gKKtl-0000eJ-G5; Wed, 07 Nov 2018 11:17:21 +0100 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm Cc: Sergei Shtylyov , linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y Date: Wed, 7 Nov 2018 11:17:17 +0100 Message-Id: <20181107101718.2412-2-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181107101718.2412-1-geert+renesas@glider.be> References: <20181107101718.2412-1-geert+renesas@glider.be> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP CONFIG_ARM_BIG_LITTLE_CPUFREQ was removed on arm64 in commit a7314405d83c8f95 ("cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64"). Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- Not intended for upstream merge. --- arch/arm64/configs/renesas_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index a8113a721c11b812..0021497c967ea1a6 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -69,7 +69,6 @@ CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y CONFIG_CPU_FREQ=y CONFIG_CPUFREQ_DT=y -CONFIG_ARM_BIG_LITTLE_CPUFREQ=y # CONFIG_DMIID is not set CONFIG_VIRTUALIZATION=y CONFIG_KVM=y