From patchwork Sun Jun 21 06:35:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 6652021 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9D59DC05AC for ; Sun, 21 Jun 2015 06:32:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F14E7206A0 for ; Sun, 21 Jun 2015 06:32:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47CCF206A1 for ; Sun, 21 Jun 2015 06:32:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752210AbbFUGct (ORCPT ); Sun, 21 Jun 2015 02:32:49 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:33485 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752140AbbFUGcs (ORCPT ); Sun, 21 Jun 2015 02:32:48 -0400 Received: by padev16 with SMTP id ev16so112489434pad.0 for ; Sat, 20 Jun 2015 23:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=SCrIRFfThZpZqioNYEODzzgYSTeHqHL6vD6sSlsjV6Y=; b=LkAqR4U4Qx+D/apjqb99GKT/uhzqc+DgXQetpinosHzCpKHcJ/KDt5hPY+PWMtlxIw gLNnqVu4iqAJ6YgWRy2b8K5V4h4hpyeFCUU/0bnfJPLj8z4hUA+5tFpp1ReZqR+NC5OW nFfgVnHDmwcvFIRqB9KDddJam8v1mQtUC7ddqIF4JUmB1flZqocUNgbevXZPC8fPSyHo j6B9yl0C6ry8C6kuqo0JGRv7k1DdrRR463ZwtTSBZ200MsnXwaJyGv4y57EICwLuGBLA geWbJCR1W5yxqV5VoKmUuzp8/+GjDsDlRX3LzRe6R4i2lZNReBMlqYsKv0mTEO3i3J3z ZU4w== X-Received: by 10.70.55.165 with SMTP id t5mr46813294pdp.102.1434868368182; Sat, 20 Jun 2015 23:32:48 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id x16sm15862356pbt.87.2015.06.20.23.32.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 20 Jun 2015 23:32:46 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Sun, 21 Jun 2015 15:35:36 +0900 Message-Id: <20150621063536.6194.32705.sendpatchset@little-apple> In-Reply-To: <20150621063515.6194.80456.sendpatchset@little-apple> References: <20150621063515.6194.80456.sendpatchset@little-apple> Subject: [PATCH 02/02] ARM: shmobile: Drop HAVE_ARM_ARCH_TIMER from defconfig Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Remove arch timer from the defconfig now when this is selected by Kconfig based on enabled SoC variants. Signed-off-by: Magnus Damm --- arch/arm/configs/shmobile_defconfig | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in --- 0001/arch/arm/configs/shmobile_defconfig +++ work/arch/arm/configs/shmobile_defconfig 2015-06-20 12:32:43.752366518 +0900 @@ -30,7 +30,6 @@ CONFIG_PCI_RCAR_GEN2=y CONFIG_PCI_RCAR_GEN2_PCIE=y CONFIG_SMP=y CONFIG_SCHED_MC=y -CONFIG_HAVE_ARM_ARCH_TIMER=y CONFIG_NR_CPUS=8 CONFIG_AEABI=y CONFIG_HIGHMEM=y